Back to MCP Servers
Image Compression
MCP server for local compression of various image formats.
developer-tools
By InhiblabCore
Installation
npx -y mcp-image-compressionConfiguration
{
"mcpServers": {
"mcp-image-compression": {
"command": "npx",
"args": ["-y", "mcp-image-compression"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes