loading…
Search for a command to run...
loading…
MCP server for local compression of various image formats.
MCP server for local compression of various image formats.
MseeP.ai Security Assessment Badge
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.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"inhiblabcore-mcp-image-compression": {
"command": "npx",
"args": []
}
}
}