Benchmark Reveals MCP Costs Up to 3x More Compute Than Plain Models

KitchenAmoeba4438 · reddit · 2026-08-13

After weeks of benchmarking, a developer found that using MCP (Model Context Protocol) costs 2.2 to 3.0 times more compute than plain models for the exact same patches and tests.

The core issue is that current LLMs cannot batch MCP calls. Because MCP is a stateless protocol, every turn re-sends the entire conversation history, causing compute costs to scale quadratically. In contrast, writing the same lookups as shell commands allows the model to chain them with && in a single execution.

The author notes that many MCP addons claim to save tokens, but developers rarely verify this. He challenges the community to provide transcripts of models batching MCP calls unprompted, or cases where an MCP path beats batched shell calls in total tokens.

Related event: Tests Show MCP Protocol Significantly Increases Token Costs(2 posts)→

Original post →

More from coding & agent

coding & agent channel →