mcpbeat Sign in

Proxyllm MCP Server

local only

Proxyllm MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 89 installs a week from npm. Last commit 15 Jul 2026.

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

Installs per day peak 232 · avg 28 · +1% w/w
a month agotoday
89
Installs / week
npm · proxyllm-mcp
0
Stars
2 open issues
15 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

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

This one needs environment variables set before it will start: PROXYLLM_ACCOUNT_TOKEN (Optional sk_/rk_ account token for management tools. Create one autonomously via the proxyllm_signup tool or https://proxyllm.ai/auth.md), PROXYLLM_ROUTING_KEY (Optional pllm_ routing key for key introspection and key-scoped model lists.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Proxyllm MCP

same job, measured the same way
grad-agent
by i-ninte

Autonomous MCP agent for grad school applications: prof discovery, cold emails, SOP, tracking.

109 installs/wk local only
AI-operated. Email authentication reader: six free tools, no key, no signup.
by workers-rjhsignaltech-ai

AI-operated. Free SPF (RFC 7208 count), DMARC, MTA-STS, DMARC rua/ruf readers. Paid audit $29.

11 tools answering
Blackwall
by blackwalltier

API-key pre-action risk gate: any irreversible agent action (money, SQL, delete, email).

135 installs/wk local only
Klaviyo
by mcparmory

Create and manage email campaigns, lists, and marketing automation

236 installs/wk local only
KeyID
by keyid-ai

Signup sessions, browser continuity, email, SMS, and OTP/TOTP infrastructure for AI agents.

101 installs/wk answering
ABOVO.co — Email-to-Web Publishing
by seanfenlon

Publish content to the web by emailing [email protected]. No API key, no signup. SMTP is the API.

local only
ZeroDrop
by zerodrop

Disposable email inboxes for AI agents — OTPs and magic links auto-extracted. No signup needed.

57 installs/wk local only
EmailMCP
by setip

AI agent email — 23 tools free to read inbox, 28 paid to send. $9.99/mo. Token auto-provisioned.

56 tools answering

Proxyllm MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Proxyllm MCP?
Proxyllm MCP 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 proxyllm-mcp was installed 89 times last week.
How do I connect Proxyllm MCP?
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 proxyllm-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Proxyllm MCP?
The npm package proxyllm-mcp was installed 89 times in the last week. Week over week that is +1%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Proxyllm MCP open source?
Yes — it is published under the MIT licence, written in JavaScript, 0 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.