Zipic MCP Server logo

Zipic MCP Server

by okooo5km

Zipic MCP Server is a Model Context Protocol server that provides image compression capabilities. It enables LLMs to compress and optimize images through simple and advanced compression tools.

View on GitHub

Last updated: N/A

What is Zipic MCP Server?

Zipic MCP Server is a Swift implementation of a Model Context Protocol (MCP) server designed to provide image compression and optimization capabilities for Large Language Models (LLMs). It allows LLMs to compress images using both quick and advanced compression tools, supporting various image formats and compression levels.

How to use Zipic MCP Server?

The server can be installed via a one-line curl command or by building from source. Once installed, it can be configured for use with applications like Claude.app and Cursor by adding the appropriate configuration to their settings. The server provides quickCompress and advancedCompress tools that can be called with JSON payloads specifying image paths and compression parameters.

Key features of Zipic MCP Server

  • Quick Image Compression

  • Advanced Compression with fine-tuning

  • Multiple Format Support (JPEG, WebP, HEIC, AVIF, PNG)

  • Batch Processing

  • Size Preservation Option

Use cases of Zipic MCP Server

  • Website Optimization

  • Storage Management

  • Format Conversion

  • Batch Processing

  • Social Media Preparation

FAQ from Zipic MCP Server

What is the required Swift version?

Swift 6.0 or later is required.

What operating system is supported?

macOS 14.0 or later is supported.

What is the minimum version of MCP Swift SDK?

MCP Swift SDK 0.2.0 or later is required.

How do I perform a quick compression?

Use the quickCompress tool with an array of image file paths.

How do I perform an advanced compression?

Use the advancedCompress tool with an array of image file paths and optional parameters like compression level, format, width, and height.