xmcp

xdevplatform/xmcp
★ 725 stars Python 🔌 API Integration Updated today
MCP server for the X API
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "xmcp": {
      "command": "uvx",
      "args": [
        "xmcp"
      ]
    }
  }
}

Or install with pip: pip install xmcp