xbird for Cline
io.github.checkra1neth/xbird
Twitter/X MCP server — 30 tools with x402 micropayments. Runs locally from your IP.
client:Cline
transport:stdio
runtime:npm
Install xbird in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs