MCP Server
MCP
io.github.checkra1neth/xbird
Twitter/X MCP server — 30 tools with x402 micropayments. Runs locally from your IP.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "xbird-mcp",
"version": "0.1.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Twitter auth_token cookie (from x.com DevTools → Application → Cookies)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "XBIRD_AUTH_TOKEN"
},
{
"description": "Twitter ct0 cookie (from x.com DevTools → Application → Cookies)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "XBIRD_CT0"
},
{
"description": "Wallet private key for x402 micropayments (USDC on Base)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "XBIRD_PRIVATE_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment