OrcaRouter MCP Server
io.github.Continuum-AI-Corp/orcarouter-mcp
What is the OrcaRouter MCP server?
Browse 160+ LLM models and live pricing — no API key needed for catalog. Add key to route chat.
How to install OrcaRouter
Copy-paste configuration for popular MCP clients.
ORCAROUTER_API_KEYsecretOrcaRouter API key. Required only for orcarouter_chat. Catalog tools (orcarouter_models_list, orcarouter_model_card, orcarouter_providers_list) work without it.
ORCAROUTER_BASE_URLOverride the gateway base URL. Defaults to https://api.orcarouter.ai.
ORCAROUTER_REQUEST_TIMEOUTPer-request timeout in seconds. Defaults to 300 (5 minutes) to accommodate long reasoning-model completions.
{
"mcpServers": {
"orcarouter-mcp": {
"command": "npx",
"args": [
"-y",
"@orcarouter/mcp"
],
"env": {
"ORCAROUTER_API_KEY": "<YOUR_ORCAROUTER_API_KEY>",
"ORCAROUTER_BASE_URL": "<YOUR_ORCAROUTER_BASE_URL>",
"ORCAROUTER_REQUEST_TIMEOUT": "<YOUR_ORCAROUTER_REQUEST_TIMEOUT>"
}
}
}
}{
"mcpServers": {
"orcarouter-mcp": {
"command": "npx",
"args": [
"-y",
"@orcarouter/mcp"
],
"env": {
"ORCAROUTER_API_KEY": "<YOUR_ORCAROUTER_API_KEY>",
"ORCAROUTER_BASE_URL": "<YOUR_ORCAROUTER_BASE_URL>",
"ORCAROUTER_REQUEST_TIMEOUT": "<YOUR_ORCAROUTER_REQUEST_TIMEOUT>"
}
}
}
}{
"mcpServers": {
"orcarouter-mcp": {
"command": "npx",
"args": [
"-y",
"@orcarouter/mcp"
],
"env": {
"ORCAROUTER_API_KEY": "<YOUR_ORCAROUTER_API_KEY>",
"ORCAROUTER_BASE_URL": "<YOUR_ORCAROUTER_BASE_URL>",
"ORCAROUTER_REQUEST_TIMEOUT": "<YOUR_ORCAROUTER_REQUEST_TIMEOUT>"
}
}
}
}{
"servers": {
"orcarouter-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@orcarouter/mcp"
],
"env": {
"ORCAROUTER_API_KEY": "<YOUR_ORCAROUTER_API_KEY>",
"ORCAROUTER_BASE_URL": "<YOUR_ORCAROUTER_BASE_URL>",
"ORCAROUTER_REQUEST_TIMEOUT": "<YOUR_ORCAROUTER_REQUEST_TIMEOUT>"
}
}
}
}claude mcp add orcarouter-mcp --env ORCAROUTER_API_KEY=<YOUR_ORCAROUTER_API_KEY> --env ORCAROUTER_BASE_URL=<YOUR_ORCAROUTER_BASE_URL> --env ORCAROUTER_REQUEST_TIMEOUT=<YOUR_ORCAROUTER_REQUEST_TIMEOUT> -- npx -y @orcarouter/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.