pipethis

dbbuilder-org/pipethis
★ 0 stars JavaScript File System Updated 7d ago
Render large pastes/files/clipboard into dense pxpipe PNG image blocks (with a verbatim byte-exact appendix) to cut Claude input tokens. MCP server + CLI + Claude Code skill.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pipethis": {
      "command": "npx",
      "args": [
        "-y",
        "dbbuilder-org/pipethis"
      ]
    }
  }
}

README Excerpt

Turn a large paste, file, or clipboard into a **dense PNG image** that Claude reads by vision (~3× cheaper than text tokens) — with a **verbatim appendix** of any byte-exact tokens so nothing lossy has to be trusted from pixels. Type `pipethis: <big blob>` in Claude Code and it renders → stores → loads the

Tools (3)

paste_clipboard_as_imagerender_file_as_imagerender_text_as_image

Topics

anthropicclaude-codemcppxpipetoken-optimization