Toonify MCP — Development skill for Claude Code
Context compression plugin for Claude Code.
How to install Toonify MCP
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open PCIRCLE-AI/toonify-mcp and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Toonify MCP does
Context compression plugin for Claude Code. Automatically trims large tool output—JSON, YAML, stack traces, and logs—before it enters the context window.
Alternatives in Development
- Browser Tools MCP — Monitor browser logs directly from Cursor and other MCP compatible IDEs 7.2k ★
- Magic Compact — Lossless context compression plugin for Claude Code & OpenCode 144 ★
- Cmux Did Spawn — Orient yourself as orchestrator over a full-stack team that was just scripted into its own cmux window 107 ★
README
Toonify MCP
**[English](README.md) | [繁體中文](README.zh-TW.md) | [日本語](README.ja.md) | [Español](README.es.md) | [Français](README.fr.md) | [Deutsch](README.de.md) | [한국어](README.ko.md) | [Русский](README.ru.md) | [Português](README.pt.md) | [Tiếng Việt](README.vi.md) | [Bahasa Indonesia](README.id.md)**

Context compression plugin for Claude Code. Automatically trims large tool output—JSON, YAML, stack traces, and logs—before it enters the context window.
Works as a Claude Code plugin (automatic, zero-config) or as an MCP server (on-demand).
Features
- Compresses large JSON, YAML, and API responses
- Reduces long test failures and stack traces
- Runs automatically in the background—no change to your Claude Code workflow required
Limitations
Skipped for short text, very small files, and content where exact original formatting must be preserved.
Installation
git clone https://github.com/PCIRCLE-AI/toonify-mcp.git
cd toonify-mcp
npm install
npm run build
npm install -g .
toonify-mcp setup
toonify-mcp doctor
`toonify-mcp setup` adds the local marketplace and installs, updates, or re-enables the plugin automatically.
Check status
toonify-mcp status
MCP mode (optional)
toonify-mcp setup mcp
claude mcp list
`claude mcp list` should show `toonify: toonify-mcp - ✓ Connected`.
Pipe filter (any agent CLI)
`toonify-mcp compress` reads stdin, compresses what's safe to compress (JSON/YAML → TOON, repetitive logs collapsed; source code, prose, and precision-sensitive numbers pass through untouched), and writes to stdout. It never breaks a pipe — when compression doesn't apply, the input comes out byte-for-byte.
curl -s https://api.example.com/users | toonify-mcp compress
This works with any agent CLI, because output is compressed *before* it enters the model's context. To have an agent adopt it, add a ru
Related Skills
ClaudeTokenSAP
⚡ Claude Code plugin to reduce token usage by up to 70% with smart compression for logs, JSON, and large conte
Massu Debug
When user reports a bug, error, 500, crash, unexpected behavior, broken feature, or pastes error logs/stack tr
Pensieve
Your coding agent has amnesia and tunnel vision. Pensieve is the context engine that fixes both — long-term me
Context Pressure
Diagnose long-search, large-file, and context-window pressure in a live session
Long Context Retrieval
Read large files and broad search results progressively instead of blowing up the live context window.
Opencode Large Image Optimizer
OpenCode plugin that automatically optimizes oversized images to prevent context window bloat and API errors
Related Agents
Staging Log Verifier
Use this agent to fetch staging service logs for a deploy window, scan them for errors, warnings, and stack tr
Context Master
Use when context exceeds ~85% of the window, or during WF closeout to extract durable knowledge before compres
Context Isolator
Runs data-heavy read-and-summarize operations in an isolated context window to prevent bloating the main conve