Social Media
twitterapi.io
Provides tools to fetch Twitter/X tweets, user profiles, and follower/following data.
ENDPOINT 1
https://mcp.twitterapi.io/mcp
MCP server metadata
- Name
- twitterapi-mcp
- Version
- 0.1.0
twitterapi.io MCP server. Read-only access to Twitter/X data via 12 tools (search tweets, user lookup, followers, replies, trends, etc.). Auth: paste your twitterapi.io API key as the Bearer token. Get one free at https://twitterapi.io.
Known tools 12
search_tweets🎯 PRIMARY CHOICE for date-range / historical / keyword-based tweet queries.
Inferred read-onlyget_user_infoFetch basic profile info for a Twitter/X user by their screen name (handle).
Inferred read-onlyget_user_aboutFetch the extended 'about' / profile page data for a Twitter/X user by screen name.
Inferred read-onlyget_user_followersFetch followers of a Twitter/X user in reverse chronological order (newest first), each with full profile metadata (name, bio, follower count, verified status, etc.).
Inferred read-onlyget_user_followingsFetch the accounts a Twitter/X user follows, with full profile metadata.
Inferred read-onlyget_user_last_tweets⚠️ ONLY for 'latest / recent / what's new' queries about a user.
Inferred read-onlyget_tweet_retweetersFetch users who retweeted a specific tweet (the simple 'retweet' action, not quote-tweets — for those use get_tweet_quotes).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.twitterapi-mcp]
url = "https://mcp.twitterapi.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"twitterapi-mcp": {
"type": "http",
"url": "https://mcp.twitterapi.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: twitterapi-mcp
Remote MCP URL: https://mcp.twitterapi.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"twitterapi-mcp": {
"url": "https://mcp.twitterapi.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"twitterapi-mcp": {
"type": "http",
"url": "https://mcp.twitterapi.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "twitterapi-mcp",
"transport": "streamable-http",
"url": "https://mcp.twitterapi.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.