# Connect to Cursor 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+](https://nodejs.org).** ## Related guides - [Quickstart](/docs/quickstart) for a full overview - [Connect to Windsurf](/docs/connect-windsurf) for Windsurf setup - [Connect to VS Code](/docs/connect-vscode) for VS Code Copilot setup