Odel
OrcaRouter

OrcaRouter

Local
@continuum-ai-corp12TypeScriptMITUpdated 3mo ago

Browse 160+ LLM models and live pricing — no API key needed for catalog. Add key to route chat.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@orcarouter/mcpv1.1.5

Run

npx -y @orcarouter/mcp

MCP client config

{
  "mcpServers": {
    "orcarouter": {
      "command": "npx",
      "args": [
        "-y",
        "@orcarouter/mcp"
      ]
    }
  }
}