Imagician
@flowy11
关于 Imagician
A Model Context Protocol (MCP) server for comprehensive image editing operations including resizing, format conversion, cropping, compression, and more.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"imagician": {
"command": "npx",
"args": [
"-y",
"@flowy11/imagician"
]
}
}
}工具
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
概览
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.
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Nginx UI
0xJackyYet another WebUI for Nginx
评论