MCP Catalogs
首页imagesorcery-mcp screenshot

imagesorcery-mcp

by sunriseapps·311·综合分 47

ImageSorcery MCP 为 AI 助手提供强大的本地图像处理工具。

ai-llmmediadeveloper-tools
48
Forks
7
活跃 Issue
8 个月前
最近提交
2 天前
收录于

概述

ImageSorcery MCP 是一个全面的图像处理服务器,使 AI 助手能够本地执行各种计算机视觉任务。服务器提供图像操作工具,如裁剪、调整大小、旋转、绘制文本和形状,以及高级功能,如目标检测、OCR 和背景移除。通过本地处理图像,它确保隐私同时提供复杂的图像分析功能。该项目维护良好,定期更新且文档清晰。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:按内容自动分类和组织图像(例如,在文件夹中找到所有宠物照片)
:通过添加文本、水印或移除背景来编辑图像,无需外部软件
:使用 OCR 和目标检测从图像中提取信息以进行文档处理
:ImageSorcery MCP 会将图像发送到外部服务器吗?
:ImageSorcery MCP 使用什么模型进行目标检测?

什么时候选它

当您需要专注于隐私保护的本地图像处理,并具备高级计算机视觉功能,同时不想将图像上传到云服务时,应选择此服务器。

什么时候不要选它

如果您需要处理非常大的图像,或者需要当前实现不支持的专用模型,则不应选择此服务器。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • blur

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

  • change_color

    Changes the color palette of an image

  • config

    View and update ImageSorcery MCP configuration settings

  • crop

    Crops an image using OpenCV's NumPy slicing approach

  • detect

    Detects objects in an image using models from Ultralytics

  • draw_arrows

    Draws arrows on an image using OpenCV

  • draw_circles

    Draws circles on an image using OpenCV

  • draw_lines

    Draws lines on an image using OpenCV

  • draw_rectangles

    Draws rectangles on an image using OpenCV

  • draw_texts

    Draws text on an image using OpenCV

  • fill

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

  • find

    Finds objects in an image based on a text description

可对比工具

imagetoolsopencv-mcppillow-mcp

安装

安装

  1. **安装 pipx(如果尚未安装):**

```bash # 使用 Homebrew 在 macOS 上安装: brew install pipx

# 在 Ubuntu/Debian 上: sudo apt update && sudo apt install pipx ```

  1. **使用 pipx 安装 ImageSorcery MCP:**

``bash pipx install imagesorcery-mcp ``

  1. **运行后安装脚本:**

``bash imagesorcery-mcp --post-install ``

  1. **在 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 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。