PiPic compresses PNG, JPEG, WebP and AVIF in the browser for free. Developers can use @pipic/cli or the HTTP API from scripts, CI and coding agents. Images are deleted immediately after compression.
I built PiPic to make image compression usable in both places I work: a browser and automated developer workflows. The web compressor handles PNG, JPEG, WebP and AVIF with no account. @pipic/cli and the HTTP API give scripts, CI and coding agents stable exit codes and JSON output. The remote MCP server is deliberately read-only—it teaches agents how to use the CLI or API instead of moving image bytes through JSON-RPC. I’d especially value feedback on the CLI contract and the browser workflow.