openrouter admin for Claude Desktop
io.github.oviron/openrouter-admin
MCP server for OpenRouter management API: credits, key CRUD, activity drill-down, dashboard.
client:Claude Desktop
transport:stdio
runtime:npm
Install openrouter admin in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"openrouter-admin": {
"command": "npx",
"args": [
"-y",
"openrouter-admin-mcp"
],
"env": {
"OPENROUTER_PROVISIONING_KEY": "<OPENROUTER_PROVISIONING_KEY>",
"OPENROUTER_ADMIN_ALLOW_WRITE": "<OPENROUTER_ADMIN_ALLOW_WRITE>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs