Imagician
@flowy11
About Imagician
A Model Context Protocol (MCP) server for comprehensive image editing operations including resizing, format conversion, cropping, compression, and more.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"imagician": {
"command": "npx",
"args": [
"-y",
"@flowy11/imagician"
]
}
}
}Tools
8Resize an image to specified dimensions
Convert image between formats (jpeg, png, webp, avif)
Crop an image to specified region
Compress an image with quality settings
Rotate an image by specified degrees
Flip an image horizontally or vertically
Get metadata and information about an image
Generate multiple sizes from one image
Overview
What is Imagician?
Imagician is a Model Context Protocol (MCP) server for comprehensive image editing operations such as resizing, format conversion, cropping, compression, and more. It integrates with Claude Desktop to allow AI-driven image manipulation via natural language commands.
How to use Imagician?
Install the package globally via npm (npm install -g @flowy11/imagician) or build from source. Then add an entry to your Claude Desktop configuration file, pointing to the Imagician command. Users can then invoke tools like resize_image, convert_format, crop_image, etc. by describing operations in plain language.
Key features of Imagician
- Resize images with fit and aspect ratio options
- Convert between JPEG, PNG, WebP, and AVIF formats
- Crop a specific region from an image
- Compress images with quality control
- Rotate images by any angle and flip in any direction
- Extract image metadata and batch process multiple sizes
Use cases of Imagician
- Resize a photo to fit social media dimensions
- Convert screenshots to WebP for web performance
- Crop profile pictures to a square aspect ratio
- Generate multiple responsive image sizes for a website
- Extract image metadata for cataloging
FAQ from Imagician
How do I install Imagician?
You can install it globally via npm (npm install -g @flowy11/imagician) or clone the repository and build from source.
How do I use Imagician with Claude Desktop?
Add an entry to your Claude Desktop configuration file (claude_desktop_config.json) using either npx, the global command, or the source build path.
What image editing operations does Imagician support?
It supports resize, format conversion, crop, compress, rotate, flip, batch resize, and metadata extraction — each exposed as a distinct MCP tool.
What output formats are available for conversion?
Conversion is supported to JPEG, PNG, WebP, and AVIF, with optional quality control for lossy formats.
More Other MCP servers
ICSS
chokcoco不止于 CSS
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Comments