xbird for Windsurf
io.github.checkra1neth/xbird
Twitter/X MCP server — 30 tools with x402 micropayments. Runs locally from your IP.
client:Windsurf
transport:stdio
runtime:npm
Install xbird in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"xbird": {
"command": "npx",
"args": [
"-y",
"xbird-mcp"
],
"env": {
"XBIRD_AUTH_TOKEN": "<XBIRD_AUTH_TOKEN>",
"XBIRD_CT0": "<XBIRD_CT0>",
"XBIRD_PRIVATE_KEY": "<XBIRD_PRIVATE_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs