★ 1 stars
TypeScript
🤖 AI/LLM
Updated 2d ago
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.
View on GitHub →
Try with Claude — $10 free →
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
Topics
ai-gateway anthropic claude-code claude-desktop cursor deepseek gemini grok llm mcp minimax model-context-protocol openai orcarouter windsur