The Image Worker is a command-line tool that acts as an MCP server, enabling AI assistants to process images via stdio. It leverages the Sharp image processing library to resize images, convert between formats (JPEG, PNG, WebP, AVIF), optimize for web use, and apply basic transformations like rotation and flipping. Configuration examples are provided for popular platforms such as Cursor, Windsurf, VS Code, Zed, Claude Code, BoltAI, and Roo Code, making integration straightforward. Input image can be from local path, URL, or base64 encoded data.
Key Features
01Resizes images to specified dimensions.
02Can retrieve images from filesystem path, URL, or base64.
03Converts images between various formats (JPEG, PNG, WebP, AVIF).
041 GitHub stars
05Optimizes images for web use.
06Applies basic image transformations (rotate, flip, etc.).