xmcp

xdevplatform/xmcp
★ 725 stars Python API Integration Updated 3mo ago ⚠ Review
MCP server for the X API
View on GitHub → 🔍 Audit Wallet Slippage →

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