Skip to content

Connect to Cursor

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:

Install ToolRouter in 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+.