Back to directory
sunriseapps/imagesorcery-mcp

sunriseapps/imagesorcery-mcp

@sunriseapps

A MCP server providing computer vision-based image processing tools for AI assistants, including cropping, resizing, background removal, object detection, OCR, and more.

image-processingmcp-servercomputer-visionopencvai-assistantimage-recognitionocrobject-detectionautomation

Installation & Configuration

{
  "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

Transport
stdiossestreamable-http
Language
Python
Created
2026/6/12
Updated
2026/6/12