Skip to content

Connect to Cline

Add ToolRouter to Cline 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 Cline:

Install ToolRouter in Cline

Cline will add the MCP server and tools will be available with any model provider you use.

Install manually

In VS Code, click the MCP Servers icon in the Cline sidebar (top navigation bar), then click Edit MCP Settings.

Add this to your MCP settings:

json
{
  "mcpServers": {
    "toolrouter": {
      "command": "npx",
      "args": ["-y", "toolrouter-mcp"]
    }
  }
}

If you already have other MCP servers configured, add the "toolrouter" entry inside the existing "mcpServers" object — don't replace the whole file.

Requires Node.js 18+.