mcpbeat Sign in

Openrouter Admin MCP Server

local only

Openrouter Admin runs on your own machine — the client starts it, so there is no endpoint to ping. 82 installs a week from npm. Last commit 26 Apr 2026.

MCP server for OpenRouter management API: credits, key CRUD, activity drill-down, dashboard.

Installs per day peak 303 · avg 74 · -22% w/w
a month agotoday
82
Installs / week
npm · openrouter-admin-mcp
0
Stars
0 open issues
26 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: OPENROUTER_PROVISIONING_KEY (OpenRouter Provisioning API key — create at https://openrouter.ai/settings/provisioning. Distinct from inference keys: it can manage your account but cannot make completion calls.), OPENROUTER_ADMIN_ALLOW_WRITE (Set to '1' to enable destructive write tools (or_key_create, or_key_update, or_key_delete). Disabled by default — read-only tools (or_overview, or_credits, or_keys_list, or_key_get, or_activity, or_current_key) are always available.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Openrouter Admin

same job, measured the same way
Druid MCP Server
by iunera

AI-powered MCP server for Apache Druid cluster management and analytic

local only
Gocd
by sahilll15

MCP server for GoCD: dashboard, pipelines, artifacts, agents. Context-lean output.

24 installs/wk local only
MCP Dino
by shennawardana23

MCP server with an interactive dinosaur dashboard (MCP Apps UI). No API keys required.

local only
Opn MCP
by ysalitrynskyi

MCP server for opn.onl: shorten links, analytics, branded QR codes, and link management.

40 installs/wk local only
Docs
by stimulsoft

Stimulsoft Reports & Dashboards docs MCP server. Semantic search for all platforms.

2 tools answering
MCP Superset
by bintocher

Apache Superset MCP server — 135+ tools for dashboards, charts, datasets, SQL Lab, and security

665 installs/wk local only
I
CAST Gatekeeper MCP Server
by cast-extend

CAST Dashboard MCP server for compliance, quality, and technical debt insights for AI agents

local only
Linkedin Ads
by mharnett

MCP server for LinkedIn Campaign Manager — campaigns, creatives, and analytics

59 installs/wk local only

Openrouter Admin — questions

Answers built from our own checks of this server.

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