Skip to content
Claude Desktop

proxyllm mcp for Claude Desktop

ai.proxyllm/proxyllm-mcp

OpenAI-compatible LLM gateway: models, savings math, key provisioning, autonomous email-OTP signup

client:Claude Desktop transport:stdio runtime:npm

Install proxyllm mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "proxyllm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "proxyllm-mcp"
      ],
      "env": {
        "PROXYLLM_ACCOUNT_TOKEN": "<PROXYLLM_ACCOUNT_TOKEN>",
        "PROXYLLM_ROUTING_KEY": "<PROXYLLM_ROUTING_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

proxyllm mcp in other clients