MCP Bench Router for Cursor
io.github.k1ta141k/mcp-bench-router
Routes design tasks to designarena.ai's top-ranked model via OpenRouter across 14 categories.
client:Cursor
transport:stdio
runtime:npm
Install MCP Bench Router in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-bench-router": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-bench-router"
],
"env": {
"OPENROUTER_API_KEY": "<OPENROUTER_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs