Loading MCP server directory, please wait...
Twitter/X MCP server — 30 tools with x402 micropayments. Runs locally from your IP.
npx @getmcp/cli add io.github.checkra1neth/xbirdRequires Node.js 18+. Community-contributed server. Review source before installing.
XBIRD_AUTH_TOKENTwitter auth_token cookie (from x.com DevTools → Application → Cookies)
XBIRD_CT0Twitter ct0 cookie (from x.com DevTools → Application → Cookies)
XBIRD_PRIVATE_KEYWallet private key for x402 micropayments (USDC on Base)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.checkra1neth/xbird": {
"command": "npx",
"args": [
"-y",
"xbird-mcp"
],
"env": {
"XBIRD_AUTH_TOKEN": "",
"XBIRD_CT0": "",
"XBIRD_PRIVATE_KEY": ""
}
}
}
}