oroute for Grok
io.github.netclaus/oroute
Auto-route AI requests to 13 models (Claude, GPT, Gemini, Qwen, DeepSeek). 57% cost savings.
client:Grok
transport:stdio
runtime:npm
Install oroute in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"oroute": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"oroute-mcp"
],
"env": {
"OROUTE_API_KEY": "<OROUTE_API_KEY>",
"OROUTE_BASE_URL": "<OROUTE_BASE_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs