Loading MCP server directory, please wait...
Auto-route AI requests to 13 models (Claude, GPT, Gemini, Qwen, DeepSeek). 57% cost savings.
npx @getmcp/cli add io.github.netclaus/orouteRequires Node.js 18+. Community-contributed server. Review source before installing.
OROUTE_API_KEYYour O'Route API key (get one at https://oroute.itshin.com). Format: or-xxxxxxxx
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.netclaus/oroute": {
"command": "npx",
"args": [
"-y",
"oroute-mcp"
],
"env": {
"OROUTE_API_KEY": "",
"OROUTE_BASE_URL": "https://api.oroute.itshin.com"
}
}
}
}