Official MCP server for OrcaRouter — the LLM gateway with auto-routing and fallback chains. Browse models and chat from Claude Desktop, Cursor, Windsurf, or any MCP client.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"orcarouter-mcp-serve": {
"command": "npx",
"args": [
"-y",
"Continuum-AI-Corp/orcarouter-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add orcarouter-mcp-serve npx -y Continuum-AI-Corp/orcarouter-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"orcarouter-mcp-serve": {
"command": "npx",
"args": [
"-y",
"Continuum-AI-Corp/orcarouter-mcp-server"
]
}
}
}
📋 Copy