Image Worker icon

Image Worker

Provides an MCP server for resizing, transforming, and optimizing images.

About

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

  • Resizes images to specified dimensions.
  • Can retrieve images from filesystem path, URL, or base64.
  • Converts images between various formats (JPEG, PNG, WebP, AVIF).
  • 1 GitHub stars
  • Optimizes images for web use.
  • Applies basic image transformations (rotate, flip, etc.).

Use Cases

  • Integrating image processing capabilities into AI assistant workflows.
  • Automating image resizing and format conversion tasks.
  • Optimizing images for web deployment through an MCP server.