Catalog
io.github.checkra1neth/xbird
OfficialTwitter/X MCP server — 30 tools with x402 micropayments. Runs locally from your IP.
Twitter/X integration with 30 tools and micropayment support.
README not available yet.
Install
Configuration
Environment variables
XBIRD_AUTH_TOKENrequiredsecretTwitter auth_token cookie (from x.com DevTools → Application → Cookies)
XBIRD_CT0requiredsecretTwitter ct0 cookie (from x.com DevTools → Application → Cookies)
XBIRD_PRIVATE_KEYrequiredsecretWallet private key for x402 micropayments (USDC on Base)
claude_desktop_config.json
{
"mcpServers": {
"xbird": {
"command": "npx",
"args": [
"-y",
"xbird-mcp@0.1.4"
],
"env": {
"XBIRD_AUTH_TOKEN": "<YOUR_XBIRD_AUTH_TOKEN>",
"XBIRD_CT0": "<YOUR_XBIRD_CT0>",
"XBIRD_PRIVATE_KEY": "<YOUR_XBIRD_PRIVATE_KEY>"
}
}
}
}