data-ai MCP Server
Context compression plugin for Claude Code. Trims large JSON, logs, stack traces, and source files before they enter the context window.
Discovered via github-seeds:mcp-hot and last synced 3mo ago.
1. Install the package
npx toonify-mcp
2. Add to claude_desktop_config.json
{
"mcpServers": {
"toonify-mcp": {
"command": "npx",
"args": [
"toonify-mcp"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
Plugin Mode