Themata.AI
Themata.AI

Popular tags:

#developer-tools#ai-agents#llms#claude#ai-ethics#code-generation#openai#ai-safety#anthropic#open-source

AI is changing the world. Don't stay behind. Clear summaries, community insight, delivered without the noise. Subscribe to never miss a beat.

© 2026 Themata.AI • All Rights Reserved

Privacy

|

Cookies

|

Contact
ai-agentsdeveloper-toolscost-optimizationcli-tools

Making MCP cheaper via CLI

I Made MCP 94% Cheaper (And It Only Took One Command)

kanyilmaz.me

February 25, 2026

3 min read

🔥🔥🔥🔥🔥

63/100

Summary

MCP agents incur high costs due to the inclusion of an extensive tool catalog in JSON Schema format. A CLI generated from an MCP server using CLIHub performs the same functions at a significantly reduced cost.

Key Takeaways

  • CLI reduces token usage by approximately 94% compared to MCP by using a lightweight skill listing instead of pre-loading full tool schemas.
  • The session start cost for MCP is around 15,540 tokens, while CLI only requires about 300 tokens.
  • Anthropic's Tool Search, while more efficient than MCP, still incurs higher costs than CLI, making CLI the cheaper option for tool discovery and execution.
  • The author created CLIHub, a directory of CLIs for agent use, and open-sourced a converter to generate CLIs from MCPs with a single command.
Read original article

Community Sentiment

Mixed

Positives

  • The CLI approach offers practical benefits for token reduction, which can enhance efficiency in AI interactions by minimizing unnecessary context bloat.
  • Existing paradigms like Skills effectively mitigate context bloat and selection overhead, showcasing a more structured approach to tool discovery in AI applications.

Concerns

  • MCP tools contribute significantly to context bloat, as they require sending extensive tool catalogs with every request, which can hinder performance.
  • The claim that MCP tools need to dump the entire tool catalog into the conversation is outdated, as more advanced clients like Claude Code have improved this process.

Related Articles

Your MCP Server Is Eating Your Context Window. There's a Simpler Way

Apideck CLI – An AI-agent interface with much lower context consumption than MCP

Mar 16, 2026

MCP is Dead; Long Live MCP!

MCP is dead; long live MCP

Mar 14, 2026

MCP is dead. Long live the CLI

When does MCP make sense vs CLI?

Mar 1, 2026

Stop Burning Your Context Window — We Built Context Mode

Stop Burning Your Context Window – How We Cut MCP Output by 98% in Claude Code

Feb 28, 2026

I Still Prefer MCP Over Skills

I still prefer MCP over skills

Apr 10, 2026