Twitter/X MCP for Windsurf
io.github.granitebps/twitter-mcp
Read public X posts, replies, profiles, and search results through Rettiwt or the official API.
client:Windsurf
transport:stdio
runtime:npm
Install Twitter/X MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"twitter-mcp": {
"command": "npx",
"args": [
"-y",
"@granitebps/twitter-mcp"
],
"env": {
"RETTIWT_API_KEY": "<RETTIWT_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs