InhiblabCore/mcp-image-compression
A high-performance image compression microservice based on MCP (Modal Context Protocol)
Platform-specific configuration:
{
"mcpServers": {
"mcp-image-compression": {
"command": "npx",
"args": [
"-y",
"mcp-image-compression"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://mseep.ai/app/inhiblabcore-mcp-image-compression)
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_compressionurls (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": "<YOUR_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.
Loading reviews...