mcpbeat Sign in

MCP Bench Router MCP Server

local only

MCP Bench Router runs on your own machine — the client starts it, so there is no endpoint to ping. 49 installs a week from npm. Last commit 8 Feb 2026.

Routes design tasks to designarena.ai's top-ranked model via OpenRouter across 14 categories.

Installs per day peak 26 · avg 10 · +63% w/w
a month agotoday
49
Installs / week
npm · mcp-bench-router
7
Stars
0 open issues
8 Feb 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Bench Router 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 mcp-bench-router -- npx -y mcp-bench-router
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-bench-router": {
      "args": [
        "-y",
        "mcp-bench-router"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-bench-router]
command = "npx"
args = ["-y", "mcp-bench-router"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-bench-router": {
      "args": [
        "-y",
        "mcp-bench-router"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-bench-router": {
      "args": [
        "-y",
        "mcp-bench-router"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OPENROUTER_API_KEY (OpenRouter API key for query_design_model and query_specific_model tools. Get one at https://openrouter.ai/keys). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Bench Router

same job, measured the same way
OpenRouter
by tsilva

MCP server providing access to 300+ AI models via OpenRouter

127 installs/wk local only
I
Banana Peel
by ygdotcom

OpenRouter for browser agents. One MCP to route browser tasks across 250+ runners.

local only
Meridian Skills
by luuow

Routes AI tasks to dynamic LLM-generated skills via an orbital classifier.

80 installs/wk local only
Unified
by unified

Unified.to MCP server — one API for 500+ B2B SaaS integrations across 28+ categories

answering
Sub Agents MCP
by shinpr

MCP server for delegating tasks to specialized AI sub-agents across coding tools

217 installs/wk local only
Openrouter
by pipeworx-io

OpenRouter Models MCP.

34 tools answering
Toolroute
by grossiweb

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

1 410 installs/wk local only
I
AICIA AI Signal
by jack-mi

Closed-source remote MCP: model benchmarks, costs, HN signals, tech registry.

answering

MCP Bench Router — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Bench Router?
MCP Bench Router 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 mcp-bench-router was installed 49 times last week.
How do I connect MCP Bench Router?
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 mcp-bench-router straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Bench Router?
The npm package mcp-bench-router was installed 49 times in the last week. Week over week that is +63%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Bench Router open source?
Yes — it is published under the MIT licence, written in TypeScript and 7 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.