Skip to content
Claude Desktop

oroute for Claude Desktop

io.github.netclaus/oroute

Auto-route AI requests to 13 models (Claude, GPT, Gemini, Qwen, DeepSeek). 57% cost savings.

client:Claude Desktop transport:stdio runtime:npm

Install oroute in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "oroute": {
      "command": "npx",
      "args": [
        "-y",
        "oroute-mcp"
      ],
      "env": {
        "OROUTE_API_KEY": "<OROUTE_API_KEY>",
        "OROUTE_BASE_URL": "<OROUTE_BASE_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

oroute in other clients