a year ago
image-and-video-processingA Model Context Protocol (MCP) server for comprehensive image editing operations including resizing, format conversion, cropping, compression, and more.
Tools
resize_image
convert_format
crop_image
compress_image
rotate_image
flip_image
get_image_info
batch_resize
Server Config
{
"mcpServers": {
"imagician": {
"command": "npx",
"args": [
"-y",
"@flowy11/imagician"
]
}
}
}