Urgent.News

What's breaking now, across thousands of outlets.

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 was supposed to be the USB-C of AI — one protocol to connect everything. Anthropic, OpenAI, Google all backed it. 97 million monthly downloads. 17,000 servers. But then I measured what MCP actually does to your context…

The Multi-Model Communication (MCP) protocol, initially touted as the "USB-C of AI," has proven to be a costly mistake for users. After connecting ten popular MCP servers to a token counter, a shocking 111,713 tokens were found to be injected into the context window before any user interaction. This 111K token overhead, priced at $0.33, accounts for 20 conversations per day or $147 per month, making it more expensive than a Claude Pro subscription.

When actual tool calls are made, MCP wraps the results in additional JSON overhead, which consumes 55% of the result tokens. Consequently, a single conversation can have an overhead of 130K tokens, with only 38 characters of actual content. This wasteful design was confirmed by Anthropic's engineers, who demonstrated a 98.7% reduction in token consumption by loading tool schemas at runtime instead of at startup.

Cloudflare further exemplified this inefficiency by reducing their 1.17M token schema to just 1K tokens, highlighting the need for a smarter proxy layer that loads schemas on demand and strips JSON wrapping. Despite MCP's popularity, its implementation pattern leads to unnecessary token consumption, effectively rendering the protocol a mistake in practice.

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

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.

  • Claude Code using significant token budget, potentially $2,500/year
  • Multiple MCP servers in setup inject schema into every conversation
  • Three-step process to reduce waste: audit servers, remove unused, proxy remaining with mcptoon

More from Sunday 23 August →