Skip to content
Cursor

twitterapi io mcp server for Cursor

io.github.kaitoinfra/twitterapi-io-mcp-server

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

client:Cursor transport:stdio runtime:npm

Install twitterapi io mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "twitterapi-io-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@kaitoinfra/twitterapi-io-mcp-server"
      ],
      "env": {
        "TWITTERAPI_IO_API_KEY": "<TWITTERAPI_IO_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

twitterapi io mcp server in other clients