OrcaRouter
About
Browse 160+ LLM models and live pricing — no API key needed for catalog. Add key to route chat.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
ORCAROUTER_API_KEY ORCAROUTER_BASE_URL ORCAROUTER_REQUEST_TIMEOUTClaude Code
claude mcp add --env ORCAROUTER_API_KEY= --env ORCAROUTER_BASE_URL= --env ORCAROUTER_REQUEST_TIMEOUT= orcarouter-mcp -- npx @orcarouter/mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"orcarouter-mcp","command":"npx","args":["@orcarouter/mcp"],"env":{"ORCAROUTER_API_KEY":"","ORCAROUTER_BASE_URL":"","ORCAROUTER_REQUEST_TIMEOUT":""}}'
JSON
{
"mcpServers": {
"orcarouter-mcp": {
"command": "npx",
"args": [
"@orcarouter/mcp"
],
"env": {
"ORCAROUTER_API_KEY": "",
"ORCAROUTER_BASE_URL": "",
"ORCAROUTER_REQUEST_TIMEOUT": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.