toolroute for Cursor
io.github.grossiweb/toolroute
Route AI agent tasks to the best MCP server and LLM, scored on 132+ real benchmark executions.
client:Cursor
transport:stdio
runtime:npm
Install toolroute in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"toolroute": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@toolroute/sdk"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs