MCP Directory

checkra1neth/xbird

GitHub
Communication

Twitter/X MCP server with 34 tools — post tweets, search, read timelines, manage engagement, upload media. No API keys needed, uses browser cookies. Pay per call from $0.001 via x402 micropayments.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y xbird-skill

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from checkra1neth/xbird your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "xbird-skill": {
      "command": "npx",
      "args": [
        "-y",
        "xbird-skill"
      ]
    }
  }
}

Route checkra1neth/xbird intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add xbird-skill

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use checkra1neth/xbird directly without routing

npx -y xbird-skill

New to Agent-CoreX? View setup guide →

checkra1neth/xbird MCP Server — Agent-CoreX