PluginBench
MCP Server

io.github.oviron/openrouter-admin MCP Server

io.github.oviron/openrouter-admin

What is the io.github.oviron/openrouter-admin MCP server?

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

How to install io.github.oviron/openrouter-admin

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • OPENROUTER_PROVISIONING_KEY
    required
    secret

    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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "openrouter-admin": {
      "command": "npx",
      "args": [
        "-y",
        "openrouter-admin-mcp"
      ],
      "env": {
        "OPENROUTER_PROVISIONING_KEY": "<YOUR_OPENROUTER_PROVISIONING_KEY>",
        "OPENROUTER_ADMIN_ALLOW_WRITE": "<YOUR_OPENROUTER_ADMIN_ALLOW_WRITE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "openrouter-admin": {
      "command": "npx",
      "args": [
        "-y",
        "openrouter-admin-mcp"
      ],
      "env": {
        "OPENROUTER_PROVISIONING_KEY": "<YOUR_OPENROUTER_PROVISIONING_KEY>",
        "OPENROUTER_ADMIN_ALLOW_WRITE": "<YOUR_OPENROUTER_ADMIN_ALLOW_WRITE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "openrouter-admin": {
      "command": "npx",
      "args": [
        "-y",
        "openrouter-admin-mcp"
      ],
      "env": {
        "OPENROUTER_PROVISIONING_KEY": "<YOUR_OPENROUTER_PROVISIONING_KEY>",
        "OPENROUTER_ADMIN_ALLOW_WRITE": "<YOUR_OPENROUTER_ADMIN_ALLOW_WRITE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "openrouter-admin": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "openrouter-admin-mcp"
      ],
      "env": {
        "OPENROUTER_PROVISIONING_KEY": "<YOUR_OPENROUTER_PROVISIONING_KEY>",
        "OPENROUTER_ADMIN_ALLOW_WRITE": "<YOUR_OPENROUTER_ADMIN_ALLOW_WRITE>"
      }
    }
  }
}
Claude Code
claude mcp add openrouter-admin --env OPENROUTER_PROVISIONING_KEY=<YOUR_OPENROUTER_PROVISIONING_KEY> --env OPENROUTER_ADMIN_ALLOW_WRITE=<YOUR_OPENROUTER_ADMIN_ALLOW_WRITE> -- npx -y openrouter-admin-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →