# Connect to Windsurf Add ToolRouter to Windsurf by editing the MCP config file. ## How do I add ToolRouter to Windsurf? Add this to `~/.codeium/windsurf/mcp_config.json`: ```json { "mcpServers": { "toolrouter": { "command": "npx", "args": ["-y", "toolrouter-mcp"] } } } ``` Restart Windsurf after saving. Cascade will pick up the tools automatically. 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 Cursor](/docs/connect-cursor) for Cursor setup - [Connect to VS Code](/docs/connect-vscode) for VS Code Copilot setup