openrouter-admin
About
MCP server for OpenRouter management API: credits, key CRUD, activity drill-down, dashboard.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
OPENROUTER_PROVISIONING_KEY OPENROUTER_ADMIN_ALLOW_WRITEClaude Code
claude mcp add --env OPENROUTER_PROVISIONING_KEY= --env OPENROUTER_ADMIN_ALLOW_WRITE= openrouter-admin -- npx openrouter-admin-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"openrouter-admin","command":"npx","args":["openrouter-admin-mcp"],"env":{"OPENROUTER_PROVISIONING_KEY":"","OPENROUTER_ADMIN_ALLOW_WRITE":""}}'
JSON
{
"mcpServers": {
"openrouter-admin": {
"command": "npx",
"args": [
"openrouter-admin-mcp"
],
"env": {
"OPENROUTER_PROVISIONING_KEY": "",
"OPENROUTER_ADMIN_ALLOW_WRITE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.