INDIVIDUAL MCP TOOL
search_tweets
๐ฏ PRIMARY CHOICE for date-range / historical / keyword-based tweet queries.
LIVE ENDPOINT
https://mcp.twitterapi.io/mcp
Connect to this endpoint to inspect the live schema for search_tweets and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only ยท medium confidence ยท heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
get_user_infoโ Fetch basic profile info for a Twitter/X user by their screen name (handle).get_user_aboutโ Fetch the extended 'about' / profile page data for a Twitter/X user by screen name.get_user_followersโ Fetch followers of a Twitter/X user in reverse chronological order (newest first), each with full profile metadata (name, bio, follower count, verified status, etc.).get_user_followingsโ Fetch the accounts a Twitter/X user follows, with full profile metadata.get_user_last_tweetsโ โ ๏ธ ONLY for 'latest / recent / what's new' queries about a user.get_user_mentionsโ Fetch tweets that mention a specific Twitter/X user (i.e.get_tweets_by_idsโ Batch-fetch full tweet objects by their numeric tweet IDs.get_tweet_repliesโ Fetch replies to a specific tweet.