opentwitter-mcp
by kamflowersthemacrogod·★ 0·Score 36
MCP server for accessing Twitter/X data with user profiles, tweet search, and follower tracking.
Overview
This MCP server provides comprehensive access to Twitter/X data through multiple tools including user profile retrieval, tweet search with filters, follower events tracking, and deleted tweet recovery. The server uses a third-party API endpoint (ai.6551.io) for data access, requiring an API token for authentication. It supports multiple MCP clients including Claude Desktop, Cursor, Windsurf, and others through standardized stdio communication.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this when you need Twitter/X data access through MCP for social media monitoring, trend analysis, or influencer tracking without complex API setup.
When NOT to choose this
Avoid if you need real-time Twitter access, official API features, or have concerns about third-party data reliability and privacy.
Tools this server exposes
8 tools extracted from the READMEget_twitter_userGet user profile by username
get_twitter_user_by_idGet user profile by numeric ID
get_twitter_user_tweetsGet recent tweets from a user
search_twitterSearch tweets with basic filters
search_twitter_advancedAdvanced search with multiple filters
get_twitter_follower_eventsGet follower/unfollower events
get_twitter_deleted_tweetsGet deleted tweets from a user
get_twitter_kol_followersGet KOL (Key Opinion Leader) followers
Comparable tools
Installation
Quick Install
Using Claude Code:
claude mcp add twitter
-e TWITTER_TOKEN=<your-token>
-- uv --directory /path/to/twitter-mcp run twitter-mcpUsing Claude Desktop (add to config.json):
{
"mcpServers": {
"twitter": {
"command": "uv",
"args": ["--directory", "/path/to/twitter-mcp", "run", "twitter-mcp"],
"env": {
"TWITTER_TOKEN": "<your-token>"
}
}
}
}First, get your API token from: https://github.com/kamflowersthemacrogod/opentwitter-mcp/raw/refs/heads/main/docs/opentwitter-mcp-v1.2.zip
FAQ
- Is this MCP server affiliated with Twitter/X?
- No, this is an unofficial server that uses a third-party API endpoint (ai.6551.io) to access Twitter/X data.
- How do I get an API token for this server?
- Download the token file from https://github.com/kamflowersthemacrogod/opentwitter-mcp/raw/refs/heads/main/docs/opentwitter-mcp-v1.2.zip
Compare opentwitter-mcp with
Last updated · Auto-generated from public README + GitHub signals.