Urgent.News

What's breaking now, across thousands of outlets.

AI

Claude Code Is Burning Your Token Budget. Here's the Receipt.

Claude Code Is Burning Your Token Budget. Here's the Receipt. I found $2,500/year of hidden token waste in my Claude Code setup. It was the MCP servers. The Discovery Last week I noticed my Claude Code conversations were dying at around message 15. Context window full. The model starts forgetting earlier instructions. Tool calls fail. The conversation degrades into hallucination. I assumed it was…

Claude Code is consuming a significant portion of your token budget, potentially costing you $2,500 per year, according to a recent discovery. The issue stems from the use of multiple Model Context Protocol (MCP) servers in your Claude Code setup. Each server injects its schema into every conversation, consuming a large amount of context tokens.

The article outlines a simple three-step process to identify and eliminate this waste: first, audit your MCP servers to calculate their token costs; second, remove any unused servers; and third, proxy the remaining servers using mcptoon to compress schemas by 97%. Implementing these changes can drastically reduce context overhead, improve conversation length, and lower token costs by up to 74% per month.

The article emphasizes that this problem is widespread among developers using multiple MCP servers, and the solution is simple and does not require any code changes.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in AI

MCP Was a Mistake. Here Are 200,000 Tokens That Prove It.

MCP Was a Mistake. Here Are 200,000 Tokens That Prove It. "mcp were a mistake. bash is better." — Peter Steinberger, OpenClaw founder I didn't want to believe it either.

  • MCP protocol touted as AI's USB-C but costly mistake
  • 111,713 tokens injected into context window before interaction
  • 98.7% reduction in token consumption possible with runtime schema loading

More from Sunday 23 August →