mcpbeat Sign in

AI Cost Analyzer MCP Server

local only

AI Cost Analyzer runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm.

Analyze LLM API costs: token waste detection, caching savings estimates, model comparison

Installs per day peak 141 · avg 6 · +5967% w/w
a month agotoday
29
Installs / week
npm · ai-cost-analyzer
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

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

This one needs environment variables set before it will start: LICENSE_KEY (License key (emailed after purchase at https://aivp-mcp.vercel.app). Omit for the free trial (3 calls per tool).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to AI Cost Analyzer

same job, measured the same way
Tokencost Dev
by jeff-atriumn

LLM pricing oracle — model lookup, cost estimation, and comparison via LiteLLM

30 installs/wk local only
LLM Cost Estimator
by waqarulwahab

Token counting & multi-model LLM cost estimates: GPT-4o, Claude, Gemini, 25+. No API key.

28 installs/wk local only
MCP Token Optimizer
by rccola990-cloud

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

30 installs/wk local only
Modelpricewatch
by modelpricewatch

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

25 installs/wk 4 tools answering
OptimToken
by optimnow

Compare LLM API pricing, estimate workload costs, and benchmark cloud compute. By OptimNow.

5 tools answering
AutoTS
by winedarksea

Automated time series forecasting with model search, anomaly detection, and event risk analysis

89 installs/wk local only
LLM Abacus
by llmabacus

Compare up-to-date pricing for 40+ LLMs (incl. Chinese) & estimate cost from tokens. EN/zh.

2 tools answering
Apipriceindex
by apipriceindex

Live, verified LLM API prices: search models, get sourced prices, estimate workload costs.

672 installs/wk local only

AI Cost Analyzer — questions

Answers built from our own checks of this server.

Why is there no uptime for AI Cost Analyzer?
AI Cost Analyzer 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 ai-cost-analyzer was installed 29 times last week.
How do I connect AI Cost Analyzer?
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 ai-cost-analyzer straight from npm; nothing to host, nothing to sign up for.
How many people use AI Cost Analyzer?
The npm package ai-cost-analyzer was installed 29 times in the last week. Week over week that is +5967%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.