About
Overview
The Image Processing MCP Server provides tools for AI agents to manipulate images. It supports resizing, cropping, format conversion, watermarking, metadata extraction, and basic analysis like dominant colors and image dimensions. Built on sharp for high-performance image processing.
Capabilities
Tools & Capabilities
⚡resize
Resize an image to specified dimensions
⚡crop
Crop an image to a specified region
⚡convert
Convert image between formats (PNG, JPEG, WebP)
⚡get_metadata
Get image metadata (dimensions, format, EXIF)
⚡watermark
Add a text or image watermark
Setup
Installation
bash
Install
npx -y mcp-server-imageExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"image": {
"command": "npx",
"args": ["-y", "mcp-server-image"]
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 55
Last UpdatedFeb 12, 2026