InhiblabCore/mcp-image-compression
MCP server for local compression of various image formats.
Quick Start
Clone the repository:
git clone https://github.com/InhiblabCore/mcp-image-compressionClaude Desktop configuration example:
{
"mcpServers": {
"mcp-image-compression": {
"command": "npx",
"args": [
"-y",
"InhiblabCore/mcp-image-compression"
]
}
}
}Check the repository README for specific installation and configuration instructions.