MCP Catalogs
Homeimagesorcery-mcp screenshot

imagesorcery-mcp

by sunriseapps·311·Score 47

ImageSorcery MCP provides powerful locally-run image processing tools for AI assistants.

ai-llmmediadeveloper-tools
48
Forks
7
Open issues
8 mo ago
Last commit
2d ago
Indexed

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:

you:Automatically categorize and organize images by content (e.g., find all pet photos in a folder)
you:Edit images by adding text, watermarks, or removing backgrounds without external software
you:Extract information from images using OCR and object detection for document processing
you:Does ImageSorcery MCP send images to external servers?
you:What models does ImageSorcery MCP use for object detection?

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 README
  • blur

    Blurs specified rectangular or polygonal areas of an image using OpenCV.

  • change_color

    Changes the color palette of an image

  • config

    View and update ImageSorcery MCP configuration settings

  • crop

    Crops an image using OpenCV's NumPy slicing approach

  • detect

    Detects objects in an image using models from Ultralytics

  • draw_arrows

    Draws arrows on an image using OpenCV

  • draw_circles

    Draws circles on an image using OpenCV

  • draw_lines

    Draws lines on an image using OpenCV

  • draw_rectangles

    Draws rectangles on an image using OpenCV

  • draw_texts

    Draws text on an image using OpenCV

  • fill

    Fills specified areas of an image with a color and opacity, or makes them transparent

  • find

    Finds objects in an image based on a text description

Comparable tools

imagetoolsopencv-mcppillow-mcp

Installation

Installation

  1. **Install pipx (if not already installed):**

```bash # On macOS with Homebrew: brew install pipx

# On Ubuntu/Debian: sudo apt update && sudo apt install pipx ```

  1. **Install ImageSorcery MCP with pipx:**

``bash pipx install imagesorcery-mcp ``

  1. **Run the post-installation script:**

``bash imagesorcery-mcp --post-install ``

  1. **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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.