
imagesorcery-mcp
by sunriseapps·★ 311·综合分 47
ImageSorcery MCP 为 AI 助手提供强大的本地图像处理工具。
概述
ImageSorcery MCP 是一个全面的图像处理服务器,使 AI 助手能够本地执行各种计算机视觉任务。服务器提供图像操作工具,如裁剪、调整大小、旋转、绘制文本和形状,以及高级功能,如目标检测、OCR 和背景移除。通过本地处理图像,它确保隐私同时提供复杂的图像分析功能。该项目维护良好,定期更新且文档清晰。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要专注于隐私保护的本地图像处理,并具备高级计算机视觉功能,同时不想将图像上传到云服务时,应选择此服务器。
什么时候不要选它
如果您需要处理非常大的图像,或者需要当前实现不支持的专用模型,则不应选择此服务器。
此 server 暴露的工具
从 README 抽取出 12 个工具blurBlurs specified rectangular or polygonal areas of an image using OpenCV.
change_colorChanges the color palette of an image
configView and update ImageSorcery MCP configuration settings
cropCrops an image using OpenCV's NumPy slicing approach
detectDetects objects in an image using models from Ultralytics
draw_arrowsDraws arrows on an image using OpenCV
draw_circlesDraws circles on an image using OpenCV
draw_linesDraws lines on an image using OpenCV
draw_rectanglesDraws rectangles on an image using OpenCV
draw_textsDraws text on an image using OpenCV
fillFills specified areas of an image with a color and opacity, or makes them transparent
findFinds objects in an image based on a text description
可对比工具
安装
安装
- **安装 pipx(如果尚未安装):**
```bash # 使用 Homebrew 在 macOS 上安装: brew install pipx
# 在 Ubuntu/Debian 上: sudo apt update && sudo apt install pipx ```
- **使用 pipx 安装 ImageSorcery MCP:**
``bash pipx install imagesorcery-mcp ``
- **运行后安装脚本:**
``bash imagesorcery-mcp --post-install ``
- **在 Claude Desktop 中配置:**
添加到您的 claude_desktop_config.json: ``json { "mcpServers": { "imagesorcery": { "command": "imagesorcery-mcp", "args": [] } } } ``
FAQ
- ImageSorcery MCP 会将图像发送到外部服务器吗?
- 不会,所有图像处理都在您的本地机器上完成。不会将任何图像发送到外部服务器。
- ImageSorcery MCP 使用什么模型进行目标检测?
- 它使用 YOLO 模型(yoloe-11l-seg-pf.pt、yoloe-11s-seg-pf.pt 等)并支持自定义模型。您可以使用 'models://list' 资源查看所有可用模型。
imagesorcery-mcp 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。