pngquant

GitHub

Lossy PNG compressor โ€” pngquant command based on libimagequant library

pngquant MCP Server

MCP server for kornelski/pngquant

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "pngquant": {
      "command": "npx",
      "args": [
        "-y",
        "@kornelski/pngquant"
      ]
    }
  }
}