[ MCP_NODE_3819 ]

imagesorcery

CATEGORY:
PROTOCOL: MCP v1.0
[ DESCRIPTION ]

An MCP server providing tools for image processing operations

[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "imagesorcery-en": {
            "description": "An MCP server providing tools for image processing operations",
            "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
        }
    }
}
Source: claude-code-templates (MIT). See About Us for full credits.
[ UPLINK_INFO ]
TYPE
Unknown
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.