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
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.
image_compression
urls (strings): URLs of images to compressquality (int): Quality of compression (0-100)format (string): Format of compressed image (e.g. "jpeg", "png", "webp", "avif"){
"mcpServers": {
"Image compression": {
"command": "npx",
"args": [
"-y",
"@inhiblab-core/mcp-image-compression"
],
"env": {
"IMAGE_COMPRESSION_DOWNLOAD_DIR": ""
},
"disabled": false,
"autoApprove": []
}
}
}
docker build -t mcp-image-compression .
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.
Install via CLI
npx mdskills install InhiblabCore/mcp-image-compressionMCP Image Compression is a free, open-source AI agent skill. 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
Install MCP Image Compression with a single command:
npx mdskills install InhiblabCore/mcp-image-compressionThis downloads the skill files into your project and your AI agent picks them up automatically.
MCP Image Compression works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.