twscrape Twitter/X (read-only) for Cursor
io.github.jsilets/twscrape-twitter-mcp
Read-only X/Twitter MCP: posts, threads, replies, search via twscrape. No API key.
client:Cursor
transport:stdio
runtime:pypi
Install twscrape Twitter/X (read-only) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"twscrape-twitter-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"twscrape-twitter-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs