social
Editor's Pick
Twitter/X MCP Server
Community MCP server for Twitter/X integration. Post tweets, read timelines, search by keyword, monitor trends, and manage your X presence directly from Claude.
Pricing: free — Free. Uses cookie-based auth with your existing Twitter/X account — no API subscription needed.
Features
- Post tweets with media and create multi-tweet threads
- Search tweets by keyword or hashtag with filtering
- Fetch user profiles and follower/following data
- Like, retweet, and follow/unfollow programmatically
- Access home timeline and Twitter list feeds
- Monitor current trending topics on the platform
Setup Instructions
1. Install via npx — no global install needed:
``
json
{
"mcpServers": {
"twitter": {
"command": "npx",
"args": ["-y", "twitter-mcp-server"],
"env": {
"TWITTER_USERNAME": "your_username",
"TWITTER_PASSWORD": "your_password"
}
}
}
}
``
2. Add the config above to your Claude MCP settings
3. Restart Claude and verify the connection
4. Uses cookie-based auth through the agent-twitter-client libraryAdded: 2025-02-18