LogoSTMCP
Download
imagesorcery-mcp

🪄 ImageSorcery MCP

ImageSorcery MCP provides AI assistants with powerful local image processing capabilities including object detection, OCR, cropping, editing, and background removal using computer vision models.

Tools

1. blur

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

2. change_color

Changes the color palette of an image.

3. config

View and update ImageSorcery MCP configuration settings.

4. crop

Crops an image using OpenCV's NumPy slicing approach.

5. detect

Detects objects in an image using models from Ultralytics.

6. draw_arrows

Draws arrows on an image using OpenCV.

7. draw_circles

Draws circles on an image using OpenCV.

8. draw_lines

Draws lines on an image using OpenCV.

9. draw_rectangles

Draws rectangles on an image using OpenCV.

10. draw_texts

Draws text on an image using OpenCV.

11. fill

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

12. find

Finds objects in an image based on a text description.

13. get_metainfo

Gets metadata information about an image file.

14. ocr

Performs Optical Character Recognition (OCR) on an image using EasyOCR.

15. overlay

Overlays one image on top of another, handling transparency.

16. resize

Resizes an image using OpenCV.

17. rotate

Rotates an image using imutils.rotate_bound function.

Open Graph image for 🪄 ImageSorcery MCP

JSON Config

{
  "mcpServers": {
    "imagesorcery-mcp": {
      "command": "imagesorcery-mcp",
      "transportType": "stdio",
      "autoApprove": ["blur", "change_color", "config", "crop", "detect", "draw_arrows", "draw_circles", "draw_lines", "draw_rectangles", "draw_texts", "fill", "find", "get_metainfo", "ocr", "overlay", "resize", "rotate"],
      "timeout": 100
    }
  }
}

Information