← Registry

Social Media

twitterapi.io

Provides tools to fetch Twitter/X tweets, user profiles, and follower/following data.

1 endpoint12 known toolsFirst detected May 29, 2026Last detected August 9, 2026

ENDPOINT 1

https://mcp.twitterapi.io/mcp

No auth detected

MCP server metadata

Name
twitterapi-mcp
Version
0.1.0
Capabilities
tools
Server instructions

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-only
get_user_info

Fetch basic profile info for a Twitter/X user by their screen name (handle).

Inferred read-only
get_user_about

Fetch the extended 'about' / profile page data for a Twitter/X user by screen name.

Inferred read-only
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.).

Inferred read-only
get_user_followings

Fetch the accounts a Twitter/X user follows, with full profile metadata.

Inferred read-only
get_user_last_tweets

⚠️ ONLY for 'latest / recent / what's new' queries about a user.

Inferred read-only
get_user_mentions

Fetch tweets that mention a specific Twitter/X user (i.e.

Inferred read-only
get_tweets_by_ids

Batch-fetch full tweet objects by their numeric tweet IDs.

Inferred read-only
get_tweet_replies

Fetch replies to a specific tweet.

Inferred read-only
get_tweet_quotes

Fetch quote-tweets (tweets that quote the given tweetId).

Inferred read-only
get_tweet_retweeters

Fetch users who retweeted a specific tweet (the simple 'retweet' action, not quote-tweets — for those use get_tweet_quotes).

Inferred read-only
get_trends

Fetch current trending topics/hashtags for a location.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.