PluginBench
MCP Server

CompressIO — Image Compression for AI MCP Server

io.github.zhaoyaqi18/compressio

What is the CompressIO — Image Compression for AI MCP server?

Compress images to target sizes (80%+ smaller). Tools: compress_image, convert_image, optimize_image

How to install CompressIO — Image Compression for AI

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "compressio": {
      "url": "https://api.compressio.cc/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "compressio": {
      "serverUrl": "https://api.compressio.cc/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "compressio": {
      "type": "http",
      "url": "https://api.compressio.cc/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "compressio": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.compressio.cc/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http compressio https://api.compressio.cc/mcp

Related MCP servers

Baking unit conversion (cups/grams/temp/recipe scaling). convert_amount, convert_temperature

Palworld breeding calculator (299 Pals). find_breeding_routes, get_pal_info, get_passive

Compress PDFs to exact target sizes (82-93% smaller). Tools: compress_pdf, optimize_pdf, inspect_pdf