https://github.com/InhiblabCore/mcp-image-compression
https://github.com/InhiblabCore/mcp-image-compression
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/InhiblabCore/mcp-image-compression
- Owner: InhiblabCore
- License: mit
- Created: 2025-03-14T12:18:02.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-01T13:53:36.000Z (about 1 month ago)
- Last Synced: 2025-04-01T14:27:47.015Z (about 1 month ago)
- Language: TypeScript
- Size: 18.1 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp-zh - InhiblabCore/mcp-image-compression
- awesome-mcp-servers - MCP Image Compressor - Compresses JPEG, PNG, WebP, and AVIF images quickly and efficiently, optimizing for size and quality (Table of Contents / Other Tools and Integrations)
- awesome-mcp-servers - MCP Image Compressor - Compresses JPEG, PNG, WebP, and AVIF images quickly and efficiently, optimizing for size and quality (Table of Contents / Other Tools and Integrations)
- awesome-mcp-servers - InhiblabCore/mcp-image-compression - 様々な画像フォーマットのローカル圧縮のためのMCPサーバー。 (サーバー実装 / 💻 <a name="developer-tools"></a>開発者ツール)
README
# mcp-image-compression
## Project Overview
mcp-image-compression is a high-performance image compression microservice based on MCP (Micro Content Processing) 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.
## Features
- **Multi-format support**: Compress mainstream image formats including JPEG, PNG, WebP, AVIF
- **Offline Usage**: No need to connect to the internet to use
- **Smart compression**: Automatically select optimal compression parameters based on image content
- **Batch processing**: Support parallel compression of multiple images for improved efficiency
- **Quality control**: Customizable compression quality to balance file size and visual quality## TOOLS
1. `image_compression`
- Image compression
- Inputs:
- `urls` (strings): URLs of images to compress
- `quality` (int): Quality of compression (0-100)
- `format` (string): Format of compressed image (e.g. "jpeg", "png", "webp", "avif")
- Returns: Compressed images url## License
This 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.