zipic-mcp-server
3
Zipic MCP Server is a Swift-based implementation of an image compression server for Model Context Protocol. It allows AI assistants to efficiently compress and optimize images using both basic and advanced tools.
Zipic MCP Server
A Model Context Protocol server for image compression.
✨ Features
- Quick Image Compression: Rapidly compress images with default settings
- Advanced Compression: Fine-tune settings including quality level, format, and dimensions
- Multiple Format Support: Output in JPEG, WebP, HEIC, AVIF, or PNG
- Batch Processing: Compress multiple images or entire directories
- Size Preservation: Option to replace originals or save new files
Use Cases
- Website Optimization: Speed up sites by reducing image sizes
- Storage Management: Save disk space by compressing photo libraries
- Format Conversion: Convert formats for compatibility
- Batch Processing: Apply settings consistently across many images
- Social Media Preparation: Optimize images for platforms
Installation
Option 1: One-Line Installation
Use curl
to download and install to ~/.local/bin
. Adds to PATH automatically.
Option 2: Build from Source
Clone the repo, build with Swift, and copy the binary to ~/.local/bin
. Update PATH.
Development Requirements
- Swift 6.0 or later
- macOS 14.0 or later
- MCP Swift SDK 0.2.0 or later
License
Licensed under the MIT License.