Read-only X/Twitter MCP: posts, threads, replies, search via twscrape. No API key.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx twscrape-twitter-mcp
MCP client config
{
"mcpServers": {
"twscrape-twitter-x-read-only": {
"command": "uvx",
"args": [
"twscrape-twitter-mcp"
]
}
}
}