Add ToolRouter to Cursor by editing the MCP config file.
How do I add ToolRouter to Cursor?
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.
No API key needed — your account is created automatically on first use.
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