OmniRoute (MCP Server)

GitHub

Never stop coding. Free MIT AI gateway: one endpoint, 330+ providers (90+ free), 1200+ models โ€” Kimi, Claude, GPT, Gemini, GLM, DeepSeek, MiniMax. Works with Claude Code, Codex, Cursor, OpenCode, Cline & Copilot. Quota-aware auto-fallback, RTK+Caveman compression saves 15-95% tokens, MCP/A2A, Desktop/PWA. Built by 320+ contributors

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "OmniRoute": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-OmniRoute"
      ]
    }
  }
}