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
{
"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