social
Twitter/X MCP Server
MCP server for Twitter/X integration. Post tweets, read timelines, analyze engagement, and manage your X presence directly from Claude.
View on GitHub
@vibemarketing/twitter-mcp Features
- Post tweets and threads
- Read home and user timelines
- Search tweets by keyword or hashtag
- Get tweet engagement metrics
- Manage lists
- Schedule posts (with queue)
Setup Instructions
1. Install via npm:
npm install -g @vibemarketing/twitter-mcp
2. Get your Twitter API credentials from developer.twitter.com
3. Add to your Claude MCP config:
``json
{
"mcpServers": {
"twitter": {
"command": "twitter-mcp",
"env": {
"TWITTER_API_KEY": "your-key",
"TWITTER_API_SECRET": "your-secret",
"TWITTER_ACCESS_TOKEN": "your-token"
}
}
}
}
``
4. Restart Claude and verify the connection.Added: 2025-02-17