xbird for Cursor
io.github.checkra1neth/xbird
Twitter/X MCP server — 30 tools with x402 micropayments. Runs locally from your IP.
client:Cursor
transport:stdio
runtime:npm
Install xbird in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"xbird": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"xbird-mcp"
],
"env": {
"XBIRD_AUTH_TOKEN": "<XBIRD_AUTH_TOKEN>",
"XBIRD_CT0": "<XBIRD_CT0>",
"XBIRD_PRIVATE_KEY": "<XBIRD_PRIVATE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs