Twitter/X MCP for Cursor
io.github.granitebps/twitter-mcp
Read public X posts, replies, profiles, and search results through Rettiwt or the official API.
client:Cursor
transport:stdio
runtime:npm
Install Twitter/X MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"twitter-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@granitebps/twitter-mcp"
],
"env": {
"RETTIWT_API_KEY": "<RETTIWT_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs