Add ToolRouter to Cursor with one click. No API key needed — your account is created automatically on first use.
Install automatically
Click the button below to install ToolRouter directly into Cursor:
Cursor will add the MCP server to your config and connect automatically.
Install manually
Add this to .cursor/mcp.json in your project root (or ~/.cursor/mcp.json for global access):
json
{
"mcpServers": {
"toolrouter": {
"command": "npx",
"args": ["-y", "toolrouter-mcp"]
}
}
}Restart Cursor after saving. Tools appear in the agent's tool list.
Requires Node.js 18+.
Related guides
- Quickstart for a full overview
- Connect to Windsurf for Windsurf setup
- Connect to VS Code for VS Code Copilot setup