
imagesorcery-mcp
by sunriseapps·★ 311·Score 47
ImageSorcery MCP provides powerful locally-run image processing tools for AI assistants.
Overview
ImageSorcery MCP is a comprehensive image processing server that enables AI assistants to perform various computer vision tasks locally. The server offers tools for image manipulation like cropping, resizing, rotating, drawing text and shapes, as well as advanced features like object detection, OCR, and background removal. By processing images locally, it ensures privacy while providing sophisticated image analysis capabilities. The project is well-maintained with regular updates and clear documentation.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this when you need privacy-focused local image processing with advanced computer vision capabilities and don't want to upload images to cloud services.
When NOT to choose this
Don't choose this if you need to process extremely large images or need specialized models not supported by the current implementation.
Tools this server exposes
12 tools extracted from the READMEblurBlurs specified rectangular or polygonal areas of an image using OpenCV.
change_colorChanges the color palette of an image
configView and update ImageSorcery MCP configuration settings
cropCrops an image using OpenCV's NumPy slicing approach
detectDetects objects in an image using models from Ultralytics
draw_arrowsDraws arrows on an image using OpenCV
draw_circlesDraws circles on an image using OpenCV
draw_linesDraws lines on an image using OpenCV
draw_rectanglesDraws rectangles on an image using OpenCV
draw_textsDraws text on an image using OpenCV
fillFills specified areas of an image with a color and opacity, or makes them transparent
findFinds objects in an image based on a text description
Comparable tools
Installation
Installation
- **Install pipx (if not already installed):**
```bash # On macOS with Homebrew: brew install pipx
# On Ubuntu/Debian: sudo apt update && sudo apt install pipx ```
- **Install ImageSorcery MCP with pipx:**
``bash pipx install imagesorcery-mcp ``
- **Run the post-installation script:**
``bash imagesorcery-mcp --post-install ``
- **Configure in Claude Desktop:**
Add to your claude_desktop_config.json: ``json { "mcpServers": { "imagesorcery": { "command": "imagesorcery-mcp", "args": [] } } } ``
FAQ
- Does ImageSorcery MCP send images to external servers?
- No, all image processing is done locally on your machine. No images are sent to any external servers.
- What models does ImageSorcery MCP use for object detection?
- It uses YOLO models (yoloe-11l-seg-pf.pt, yoloe-11s-seg-pf.pt, etc.) and supports custom models. You can see all available models with the 'models://list' resource.
Compare imagesorcery-mcp with
Last updated · Auto-generated from public README + GitHub signals.