Skip to content
Grok

twitterapi docs mcp for Grok

io.github.dorukardahan/twitterapi-docs-mcp

Offline access to TwitterAPI.io docs for AI assistants. 52 endpoints, guides, pricing.

client:Grok transport:stdio runtime:npm

Install twitterapi docs mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "twitterapi-docs-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "twitterapi-docs-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 docs mcp in other clients