image-process-mcp-server
2
The Image Process MCP Server is a dedicated server for performing image manipulations using the Sharp library. It offers features like resizing, format conversion, cropping, rotating, and retrieving image information, catering to a wide range of image processing needs.
Image Process MCP Server
An MCP Server for image processing that uses the Sharp library to enable various image manipulation features.
Features
- Resize Image: Change the dimensions of an image.
- Convert Format: Transform images into different formats like jpeg, png, webp, and more.
- Crop Image: Selectively crop parts of an image.
- Rotate Image: Rotate the image at specified angles.
- Get Image Info: Retrieve basic metadata about an image, including its dimensions and format.
Usage
- Run the server using
npx
on MacOS/Linux orcmd
on Windows.