Skip to content
Windsurf

TwitterAPIs for Windsurf

io.github.twitterapis/twitterapis-mcp

Official MCP server for twitterapis.com. Read and write Twitter/X: search, users, tweets, DMs.

client:Windsurf transport:stdio runtime:npm

Install TwitterAPIs in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "twitterapis-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@twitterapis/mcp"
      ],
      "env": {
        "TWITTERAPIS_KEY": "<TWITTERAPIS_KEY>",
        "TWITTERAPIS_BASE_URL": "<TWITTERAPIS_BASE_URL>",
        "TWITTERAPIS_TIMEOUT_MS": "<TWITTERAPIS_TIMEOUT_MS>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

TwitterAPIs in other clients