Odel
x mcp

x mcp

Local
@ivanbbaevTypeScriptMITUpdated Today

Safety-first X (Twitter) API v2 MCP server: 41 typed tools across 12 packages, policy-gated.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmx-mcp-aiv0.8.0

Run

npx -y x-mcp-ai

MCP client config

{
  "mcpServers": {
    "x-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "x-mcp-ai"
      ]
    }
  }
}