mcpbeat Sign in

Toolroute MCP Server

by grossiweb Your server? Claim it
local only

Toolroute runs on your own machine — the client starts it, so there is no endpoint to ping. 1 410 installs a week from npm. Last commit 2 Jul 2026.

Route AI agent tasks to the best MCP server and LLM, scored on 132+ real benchmark executions.

Installs per day peak 552 · avg 196 · +45% w/w
a month agotoday
1 410
Installs / week
npm · @toolroute/sdk
1
Stars
1 open issues
2 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Toolroute every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add toolroute -- npx -y @toolroute/sdk
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "toolroute": {
      "args": [
        "-y",
        "@toolroute/sdk"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.toolroute]
command = "npx"
args = ["-y", "@toolroute/sdk"]
.cursor/mcp.json
{
  "mcpServers": {
    "toolroute": {
      "args": [
        "-y",
        "@toolroute/sdk"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "toolroute": {
      "args": [
        "-y",
        "@toolroute/sdk"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Toolroute

same job, measured the same way
operant-mcp
by saagpatel

Read-only MCP server for the OPERANT AI operating-agent calibration benchmark.

36 installs/wk 5 tools answering
Looppause
by soteeabam

LoopPause MCP server — pause agent execution and route human approval requests

27 installs/wk local only
Wondel Skills MCP
by mjaskolski

Read-only MCP server over 50 book-based agent skills: routes a task to the right framework.

5 tools answering
Report Needs MCP Server
by jarvisonm4

MCP server for AI agents to report infrastructure needs they encounter during task execution

54 installs/wk local only
VerifyAX
by verifyax

Evaluate, benchmark, and simulate AI agents on the VerifyAX agent-evaluation platform.

423 installs/wk answering
AgentTasker MCP Server
by s3brr

Minimal stdio MCP server for parallel task execution by AI agents.

79 installs/wk local only
Telleroutlook
by telleroutlook

WasmAgent MCP server — WASM-sandboxed code execution with capability manifests and Tasks API.

765 installs/wk local only
Attestify OS
by attestifyagent

MCP stdio server for Attestify OS — governed agent execution and Attestify Trust signed evidence.

57 installs/wk local only

Toolroute — questions

Answers built from our own checks of this server.

Why is there no uptime for Toolroute?
Toolroute runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @toolroute/sdk was installed 1 410 times last week.
How do I connect Toolroute?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @toolroute/sdk straight from npm; nothing to host, nothing to sign up for.
How many people use Toolroute?
The npm package @toolroute/sdk was installed 1 410 times in the last week. Week over week that is +45%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Toolroute open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.