ComparEdge LLM Cost MCP Server

Someone asks what the AI feature will cost at scale, and the honest answer around most teams is a shrug. Rates moved twice since anyone last checked, and the model itself will happily quote prices from its training data. This MCP server keeps current per-million-token rates for 69 models where your assistant can reach them, and does the arithmetic itself.

People connecting API integration tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-10 · ★ 2 · #145 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install ComparEdge LLM Cost

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add comparedge-llm-cost-mcp -- npx -y @comparedge/llm-cost-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "comparedge-llm-cost-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@comparedge/llm-cost-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-10 - young repo, little track record yet

license MIT - declared in the repository

npm package @comparedge/llm-cost-mcp - published under the repo owner's npm scope (@comparedge)

registry registry publisher io.github.imkemit-ops is not the repo owner (comparedge) - the registry entry was published by someone else

03 · What ComparEdge LLM Cost can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.0.0 · 2026-07-10

First release. Six tools for LLM API cost math (estimate_cost, compare_models_cost, monthly_budget, cheapest_models, list_models, list_providers), three prompts, 69 models across 17 providers with verified…

04 · Who maintains ComparEdge LLM Cost

ComparEdge LLM Cost is maintained by comparedge. We track 4 MCP servers from comparedge - 4 actively maintained, 9 combined GitHub stars, oldest repo from Apr 2026. Full record: all servers from comparedge.

  1. ComparEdge Verified pricing, alternatives, and comparisons for 495+ SaaS and AI tools. ★ 3
  2. ComparEdge Price Watch Dated log of SaaS, AI and crypto price changes: recent moves, history, biggest increases. ★ 2
  3. ComparEdge Pricing Verified SaaS, AI, and LLM pricing for 490+ tools: plans, hidden costs, TCO, and alternatives. ★ 2

05 · Facts

category
API integration - ranked #145 of 250 actively-maintained API integration servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-07-10)
registry
io.github.imkemit-ops/comparedge-llm-cost (active, first published 2026-07-11)
packages
npm:@comparedge/llm-cost-mcp

06 · ComparEdge LLM Cost FAQ

What is ComparEdge LLM Cost?

Someone asks what the AI feature will cost at scale, and the honest answer around most teams is a shrug. Rates moved twice since anyone last checked, and the model itself will happily quote prices from its training data. This MCP server keeps current per-million-token rates for 69 models where your assistant can reach them, and does the arithmetic itself.

Is ComparEdge LLM Cost still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-10 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install ComparEdge LLM Cost?

Run `npx -y @comparedge/llm-cost-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does ComparEdge LLM Cost run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to ComparEdge LLM Cost