mcpbeat Sign in

OpenRouter MCP Server

local only

OpenRouter runs on your own machine — the client starts it, so there is no endpoint to ping. 127 installs a week from pypi. Last commit 14 Aug 2026.

MCP server providing access to 300+ AI models via OpenRouter

Installs per day peak 75 · avg 23 · -41% w/w
a month agotoday
127
Installs / week
pypi · mcp-openrouter
1
Stars
1 open issues
14 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    return subprocess.run(command, capture_output=True, text=True, check=False)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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

This one needs environment variables set before it will start: OPENROUTER_API_KEY (OpenRouter API key used to authenticate tool requests.), DEFAULT_TEXT_MODEL (Default model slug for chat tool calls when no model is provided.), DEFAULT_IMAGE_MODEL (Default model slug for image generation tool calls.), DEFAULT_CODE_MODEL (Default model slug for code-oriented tasks.), DEFAULT_VISION_MODEL (Default model slug for vision-capable tool calls.), DEFAULT_EMBEDDING_MODEL (Default model slug for embedding tool calls when no model is provided.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to OpenRouter

same job, measured the same way
Cisco Modeling Labs CML
by xorrkaz

An MCP server that provides access to common Cisco Modeling Labs (CML) operations.

1 099 installs/wk local only
Openrouter
by pipeworx-io

OpenRouter Models MCP.

34 tools answering
Agent Payment MCP
by apoth3osis-ai

Secure MCP router providing access to AgentPMT's pay-per-use AI tools marketplace.

local only
Sauce API MCP
by saucelabs

An open-source MCP server that provides LLM access to the Sauce Labs API

80 installs/wk local only
Sauce API MCP
by saucelabs-sample-test-frameworks

An open-source MCP server that provides LLM access to the Sauce Labs API

local only
Smart Terminal
by pungggi

MCP PTY server providing AI agents with real interactive terminal access

153 installs/wk local only
Paypal
by paypal-mcp

PayPal MCP server provides access to PayPal services and operations for AI assistants

answering
FHIR MCP Server
by wso2

MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications

209 installs/wk local only

OpenRouter — questions

Answers built from our own checks of this server.

Why is there no uptime for OpenRouter?
OpenRouter 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 pypi package mcp-openrouter was installed 127 times last week.
How do I connect OpenRouter?
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-openrouter straight from pypi; nothing to host, nothing to sign up for.
How many people use OpenRouter?
The pypi package mcp-openrouter was installed 127 times in the last week. Week over week that is -41%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is OpenRouter open source?
Yes — it is published under the MIT licence, written in Python, 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.