Skip to content

Connect to Claude Code

Add ToolRouter to Claude Code with one click. No config files to edit, no API key needed — your account is created automatically on first use.

Install automatically

Click the button below to open Claude Code and install ToolRouter:

Install ToolRouter in Claude Code

This opens Claude Code and tells it to set up ToolRouter for you. The agent runs the install command, verifies the connection, and tests a free tool — fully hands-off.

Install manually

If you prefer to run the command yourself, open the Terminal app on Mac (or Command Prompt on Windows) and paste:

bash
claude mcp add toolrouter -- npx -y toolrouter-mcp

Requires Node.js 18+. If you are not sure, visit nodejs.org and install the LTS version — this also installs npx automatically.

Restart Claude Code. Tools will appear automatically in your agent's tool list.

How do I verify the connection?

Type /mcp in Claude Code to see all connected MCP servers. ToolRouter should appear in the list with its tools.

You can also test with a free tool. Back in your terminal, run:

bash
npx -y toolrouter-mcp call weather-forecast current_weather --location London

Can I also use Claude chat and desktop?

Yes. For Claude chat, desktop, and mobile, add ToolRouter as a connector instead — see Connect to Claude. The connector method does not require Node.js and works across all Claude apps.