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+.
Related guides
- Quickstart for a full overview
- Connect to Cursor for Cursor setup
- Connect to VS Code for VS Code Copilot setup