Skip to content
Grok

twitterapi io mcp for Grok

io.github.dorukardahan/twitterapi-io-mcp

Offline access to TwitterAPI.io docs for AI assistants. 67 endpoints, 32 pages, 24 blog posts.

client:Grok transport:stdio runtime:npm

Install twitterapi io mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "twitterapi-io-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "twitterapi-io-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

twitterapi io mcp in other clients