[ MCP_NODE_3818 ]

ImageSorcery 图像处理

分类:
协议: MCP v1.0
[ 描述 ]

提供图像处理操作工具的 MCP 服务,覆盖常用图像变换与编辑能力。

[ 配置_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "imagesorcery": {
            "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
        }
    }
}
数据来源:claude-code-templates(MIT),中文翻译由 AI 生成。详见关于我们
[ 上行信息 ]
类型
Unknown
如何安装:
  1. 打开您的 Claude Desktop 配置文件。
  2. 复制左侧的 JSON 代码块。
  3. 将其粘贴到 mcpServers 节点下。
  4. 重启 Claude Desktop 客户端。