← Back to Plugins
MCP Server MCP

io.github.checkra1neth/xbird

github By github 👁 1 views ▲ 0 votes

Twitter/X MCP server — 30 tools with x402 micropayments. Runs locally from your IP.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...