Odel
twitterapi io mcp server

twitterapi io mcp server

Local
@kaitoinfraTypeScriptMITUpdated 3mo ago

Official MCP server for twitterapi.io — Twitter/X data (tweets, users, followers, trends).

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@kaitoinfra/twitterapi-io-mcp-serverv0.1.2

Run

npx -y @kaitoinfra/twitterapi-io-mcp-server

MCP client config

{
  "mcpServers": {
    "twitterapi-io-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@kaitoinfra/twitterapi-io-mcp-server"
      ]
    }
  }
}