Skip to content
VS Code

twscrape Twitter/X (read-only) for VS Code

io.github.jsilets/twscrape-twitter-mcp

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

client:VS Code transport:stdio runtime:pypi

Install twscrape Twitter/X (read-only) in VS Code

.vscode/mcp.json

{
  "servers": {
    "twscrape-twitter-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "twscrape-twitter-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

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