Claude Cost
FreeNot checkedEstimates Claude API token counts, per-model cost, and prompt-caching break-even without an API key or network.
About
Estimates Claude API token counts, per-model cost, and prompt-caching break-even without an API key or network.
README
MCP server that estimates Claude API token counts, per-model cost, and prompt-caching break-even — right inside Claude Desktop, Claude Code, Cursor, or any MCP client. Korean/CJK token-aware. Fully local, no API key, no network.
Built by claudeguide.io.
Tools
| Tool | What it does |
|---|---|
estimate_tokens |
Token count for any text (Korean/CJK-aware — Korean costs ~30% more than English) |
estimate_cost |
Cost across Haiku 4.5 / Sonnet 4.5 / Opus 4.5, with optional prompt-caching ratio and call count |
caching_breakeven |
Prompt-caching savings + the ~1.28-reuse break-even point |
batch_savings |
Batch API savings (50% off both directions) for async workloads — daily and monthly $ |
compare_providers |
Cost table across 8 models / 3 providers (Claude vs GPT vs Gemini), sorted cheapest-first |
Pricing mirrors the 2026-05 canonical rates: Haiku $1/$5, Sonnet $3/$15, Opus $5/$25 per 1M tokens. Provider comparison uses verified 2026-05 public rates (OpenAI GPT-4o/-mini/o1, Google Gemini Flash/Pro 2.0).
Install
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"claude-cost": {
"command": "npx",
"args": ["-y", "claude-cost-mcp"]
}
}
}
Claude Code
claude mcp add claude-cost -- npx -y claude-cost-mcp
Then ask: "How much would a 2,000-token prompt with 800 tokens out cost on each Claude model?" or "How many tokens is this Korean paragraph?"
Run locally
npm install
npm test # 10 tests: pricing logic + live MCP handshake
npm start # stdio server
Why
Most developers guess at Claude costs and overpay — especially in Korean, where the same prompt uses ~1.3x the tokens. This puts accurate numbers one question away inside the tool you already use. Full benchmark and free calculators at claudeguide.io.
License
MIT
Install Claude Cost in Claude Desktop, Claude Code & Cursor
unyly install claude-cost-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add claude-cost-mcp -- npx -y github:firstshout/claude-cost-mcpFAQ
Is Claude Cost MCP free?
Yes, Claude Cost MCP is free — one-click install via Unyly at no cost.
Does Claude Cost need an API key?
No, Claude Cost runs without API keys or environment variables.
Is Claude Cost hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Claude Cost in Claude Desktop, Claude Code or Cursor?
Open Claude Cost on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Claude Cost with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
