mcp-image-compression is a high-performance image compression microservice based on MCP (Modal Context Protocol) architecture. This service focuses on providing fast and high-quality image compression capabilities to help developers optimize image resources for websites and applications, improving loading speed and user experience. - Multi-format support: Compress mainstream image formats includin
Add this skill
npx mdskills install InhiblabCore/mcp-image-compressionProvides useful image compression with multiple formats but lacks implementation detail and validation info
1[](https://mseep.ai/app/inhiblabcore-mcp-image-compression)23# mcp-image-compression45## Project Overview67mcp-image-compression is a high-performance image compression microservice based on MCP (Modal Context Protocol) architecture. This service focuses on providing fast and high-quality image compression capabilities to help developers optimize image resources for websites and applications, improving loading speed and user experience.89## Features1011- **Multi-format support**: Compress mainstream image formats including JPEG, PNG, WebP, AVIF12- **Offline Usage**: No need to connect to the internet to use13- **Smart compression**: Automatically select optimal compression parameters based on image content14- **Batch processing**: Support parallel compression of multiple images for improved efficiency15- **Quality control**: Customizable compression quality to balance file size and visual quality1617## TOOLS18191. `image_compression`20 - Image compression21 - Inputs:22 - `urls` (strings): URLs of images to compress23 - `quality` (int): Quality of compression (0-100)24 - `format` (string): Format of compressed image (e.g. "jpeg", "png", "webp", "avif")25 - Returns: Compressed images url2627## Setup2829### NPX3031```json32{33 "mcpServers": {34 "Image compression": {35 "command": "npx",36 "args": [37 "-y",38 "@inhiblab-core/mcp-image-compression"39 ],40 "env": {41 "IMAGE_COMPRESSION_DOWNLOAD_DIR": "<YOUR_DIR>"42 },43 "disabled": false,44 "autoApprove": []45 }46 }47}48```4950## Build5152```bash53docker build -t mcp-image-compression .54```5556## License5758This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.5960
Full transparency — inspect the skill content before installing.