Published: 2026-05-09

Printing Press: The CLI Framework That Makes Claude Code 35x More Token-Efficient

Nate Herk introduces Printing Press (printingpress.dev), a CLI factory and library purpose-built for Claude Code agents. The core insight: CLIs use 35 times fewer tokens than MCP servers on identical tasks, and reliability climbs from 72% (MCP) to 100% (CLI) on hard tasks. Printing Press ships with 50+ pre-built CLIs for services that have no public API — ESPN, Craigslist, School, YouTube, Shopify, and more — plus a factory tool to build a custom CLI for any site in roughly 10 minutes.

Source video

"This is The Most Powerful Tool to Give to Claude Code" by Nate HerkWatch on YouTube →

Key Takeaways

  • CLIs are more efficient than MCP servers for agents: MCP loads all tool descriptions upfront (constant context bloat), while CLIs use lazy discovery and return 200 tokens of clean output vs. raw JSON blobs.
  • Benchmark: MCP used 35x more tokens than the equivalent CLI on the same task; reliability dropped from 100% to 72% as task complexity increased.
  • Printing Press ships 50+ pre-built CLIs covering ESPN, Craigslist, eBay, TikTok Shops, Shopify, School, YouTube, and more — useful for sites without a public API.
  • The factory lets you describe any website and builds a working CLI in about 10 minutes; requires Go (free, from Google) as the only prerequisite.
  • Inspired by OpenClaw creator Peter Steinberger, who built his own Google CLI because official CLIs were too token-heavy for agent use.

Commands & Code Mentioned

# Install Printing Press starter pack
pp install starter-pack

# Check available CLIs
pp catalog

# Check context usage in Claude Code
/context

# Use Opus planning mode
/opus plan