mcpbeat Sign in

Modelcostsaver MCP Server

by sachinuppal Your server? Claim it
local only

Modelcostsaver runs on your own machine — the client starts it, so there is no endpoint to ping. 58 installs a week from npm. Last commit 23 Jun 2026.

Offline MCP: predict LLM call cost and pick the cheapest capable model. No keys, no network.

Installs per day peak 33 · avg 8 · +313% w/w
a month agotoday
58
Installs / week
npm · @workswarm/modelcostsaver
0
Stars
0 open issues
23 Jun 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

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

Alternatives to Modelcostsaver

same job, measured the same way
MCP Token Optimizer
by rccola990-cloud

Cut LLM token costs: count tokens, estimate cost, slim prompts, and pick the cheapest capable model.

25 installs/wk local only
Agentcents
by labham-llc

Local LLM cost proxy: forecasts each call and recommends the cheapest model that clears the task.

242 installs/wk local only
Modelglass
by modelglass

Sourced AI-model pricing and capability data — compare and route to the cheapest capable model.

answering
Modelpricewatch
by modelpricewatch

Live LLM API pricing: token prices, comparisons, cheapest-model lookups. No key required.

43 installs/wk 4 tools answering
Seracade
by rckl88

LLM cost optimization. Audit your calls, prove savings, route to the cheapest quality model. BYOK.

52 installs/wk local only
Clawbackai MCP
by rckl88

LLM cost optimization. Audit your calls, prove savings, route to the cheapest quality model. BYOK.

47 installs/wk local only
Lm
by houtini-ai

Connect Claude to any OpenAI-compatible LLM endpoint and offload routine work to a local model.

128 installs/wk local only
Compartment
by maxfreedompollard

Durable agentic memory, encrypted at rest. Fully offline: no network, no API key, no cloud.

5 332 installs/wk local only

Modelcostsaver — questions

Answers built from our own checks of this server.

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