Back to MCP Servers

Xbird Skill

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.

social-mediabrowserapi

Installation

npx -y xbird-skill

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub