Skip to content

twscrape Twitter/X (read-only) for Grok

io.github.jsilets/twscrape-twitter-mcp

Read-only X/Twitter MCP: posts, threads, replies, search via twscrape. No API key.

client:Grok transport:stdio runtime:pypi

Install twscrape Twitter/X (read-only) in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "twscrape-twitter-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "twscrape-twitter-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

twscrape Twitter/X (read-only) in other clients