mcpbeat Sign in

Oroute MCP Server

local only

Oroute runs on your own machine — the client starts it, so there is no endpoint to ping. 84 installs a week from npm.

Auto-route AI requests to 13 models (Claude, GPT, Gemini, Qwen, DeepSeek). 57% cost savings.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 23 · avg 10 · +63% w/w
a month agotoday
84
Installs / week
npm · oroute-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 oroute -- npx -y oroute-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "oroute": {
      "args": [
        "-y",
        "oroute-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.oroute]
command = "npx"
args = ["-y", "oroute-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "oroute": {
      "args": [
        "-y",
        "oroute-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "oroute": {
      "args": [
        "-y",
        "oroute-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OROUTE_API_KEY (Your O'Route API key (get one at https://oroute.itshin.com). Format: or-xxxxxxxx), OROUTE_BASE_URL (Base URL for the O'Route API. Defaults to the production endpoint.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Oroute

same job, measured the same way
Model Council MCP Server
by ivanantigravity-lgtm

Three-model MCP server returning Grok, Gemini, and DeepSeek outputs for Claude.

80 installs/wk local only
Swift AI
by jojapi

Swift AI: Access a wide range of AI models⚡, including OpenAI 🤖,DeepSeek 🔍, Claude 🧠, Gemini 🌟, and.

5 tools answering
Roundtable
by roundtable-mcp

Multi-model AI debates: GPT-4o, Claude, Gemini & 200+ models discuss, then synthesize insight.

13 tools answering
modelmux
by pure-maple

Model multiplexer — route tasks to Codex, Gemini, and Claude CLIs with smart routing.

244 installs/wk local only
LLM Cost Estimator
by waqarulwahab

Token counting & multi-model LLM cost estimates: GPT-4o, Claude, Gemini, 25+. No API key.

29 installs/wk local only
I
Deliberation
by antonbabenko

Second opinions in Claude Code and any MCP host from GPT, Gemini, Grok, and 400+ OpenRouter models.

1 094 installs/wk local only
MCP Server Alice
by aliceappai

Secure audio transcription meets AI. Connect Alice recordings to Claude, ChatGPT, Gemini, and more.

answering
Vision Squeezer
by eralpozcan

Cut vision-LLM token costs by snapping images to tile boundaries — Claude, GPT, Gemini, Llama, Qwen

60 installs/wk local only

Oroute — questions

Answers built from our own checks of this server.

Why is there no uptime for Oroute?
Oroute 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 oroute-mcp was installed 84 times last week.
Is Oroute still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Oroute?
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 oroute-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Oroute?
The npm package oroute-mcp was installed 84 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.