OrcaRouter for Cursor
io.github.continuum-ai-corp/orcarouter-mcp
Browse 160+ LLM models and live pricing — no API key needed for catalog. Add key to route chat.
client:Cursor
transport:stdio
runtime:npm
Install OrcaRouter in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"orcarouter-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@orcarouter/mcp"
],
"env": {
"ORCAROUTER_API_KEY": "<ORCAROUTER_API_KEY>",
"ORCAROUTER_BASE_URL": "<ORCAROUTER_BASE_URL>",
"ORCAROUTER_REQUEST_TIMEOUT": "<ORCAROUTER_REQUEST_TIMEOUT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs