EnesCinr/twitter-mcp
A Model Context Protocol server allows to interact with Twitter, enabling posting tweets and searching Twitter.
Overview
EnesCinr/twitter-mcp is a TypeScript MCP server licensed under MIT. A Model Context Protocol server allows to interact with Twitter, enabling posting tweets and searching Twitter.
Ranked #1527 out of 25632 indexed tools.
In the top 6% of all indexed tools.
Ecosystem
TypeScript MIT
Signal Breakdown
Stars 374
Freshness 8mo ago
Issue Health 75%
Contributors 7
Dependents 1
Forks 53
Description Good
License MIT
How to Improve
Description low impact
Freshness high impact
Matched Queries
From the README
# Twitter MCP Server
This MCP server allows Clients to interact with Twitter, enabling posting tweets and searching Twitter.
<a href="https://glama.ai/mcp/servers/dhsudtc7cd">
</a>
## Quick Start
1. Create a Twitter Developer account and get your API keys from [Twitter Developer Portal](https://developer.twitter.com/en/portal/dashboard)
2. Add this configuration to your Claude Desktop config file:
**Windows**: `%APPDATA%\Claude\claude_desktop_config.json`
**macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`
```json
{
"mcpServers": {
"twitter-mcp": {
"command": "npx",
"args": ["-y", "@enescinar/twitter-mcp"],
"env": {
"API_KEY": "your_api_key_here",
"API_SECRET_KEY": "your_api_secret_key_here",
"ACCESS_TOKEN": "your_access_token_here",
"ACCESS_TOKEN_SECRET": "your_access_token_secret_here"
}
}
}
}
```
3. Restart Claude Desktop
That's it! Claude can now interact with Twitter through Read full README on GitHub →
Are you the maintainer? Claim this listing