Reddit user measures MCP token overhead: 67K tokens consumed before any question

MCP token overhead measurement
A developer on r/ClaudeAI measured the token overhead of their Model Context Protocol (MCP) servers and found significant context consumption before any user interaction.
Key findings from the measurement
The developer reported:
- 67,000 tokens consumed before typing a single question
- This represents one-third of their context window just loading tool definitions
- Playwright MCP alone used 21 tool definitions (~13,600 tokens) every session, whether they used a browser or not
- GitHub MCP used ~18,000 tokens idle
Alternative approaches with lower overhead
The developer implemented alternatives:
- Replaced Playwright MCP with a skill that loads on demand, achieving the same capability with roughly 1/7th the context cost
- Used the GitHub CLI (gh) instead of GitHub MCP, which uses ~200 tokens per command instead of 18,000 tokens idle
Comparison between approaches
The developer noted that skills + CLI tools:
- Do the same work as MCP servers
- Only consume tokens when actually used
- CLI tools compose with each other in ways MCP servers cannot
The measurement highlights the trade-off between convenience and context efficiency when using MCP servers versus on-demand tools.
📖 Read the full source: r/ClaudeAI
👀 See Also
Claude Garmin MCP Server: Real Fitness Data for Smarter Training Advice
An MCP server that connects Claude Desktop to Garmin Connect, exposing 8 tools (recovery readiness, HRV, VO2max, etc.) for data-driven training plans.

Silent Tool Failures in Coding Agents: A Hidden Efficiency Drain
Coding agents often encounter tool failures that go unnoticed because they fall back to alternative strategies, wasting tokens and reducing quality. The open-source tool Vibeyard detects these failures and suggests fixes.

BottyFans: Open API for AI Agent Monetization with USDC
A new platform lets AI agents run their own creator business with subscriptions, tips, and paid content in USDC.

Microsoft VibeVoice: 60-Min ASR and 90-Min TTS Models Open-Sourced
VibeVoice is a family of open-source voice AI models from Microsoft including ASR (60-min single-pass, speaker diarization, 50+ languages) and TTS (90-min multi-speaker, real-time streaming). Uses 7.5 Hz continuous speech tokenizers and next-token diffusion.