MCP Catalogs
首页

everything vs imagesorcery-mcp

并排对比,帮你在这两个 MCP server 之间做选择。

everything
by modelcontextprotocol
imagesorcery-mcp
by sunriseapps
Stars★ 85,748★ 311
30天用量
综合分7747
官方
分类
开发者工具AI / LLM 工具其它
AI / LLM 工具多媒体开发者工具
实现语言TypeScriptPython
最近提交本月8 个月前

everything · 概述

官方 MCP 测试服务器,展示协议全部功能,供客户端开发者使用。

imagesorcery-mcp · 概述

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

everything · 使用场景

  • 测试 MCP 客户端实现是否支持所有协议功能
  • 通过参考服务器学习 MCP 协议能力
  • 验证客户端对不同传输方式的兼容性

imagesorcery-mcp · 使用场景

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

everything · 安装

NPX(推荐)

{
  "mcpServers": {
    "everything": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-everything"]
    }
  }
}

Windows 用户请使用 cmd /c

{
  "mcpServers": {
    "everything": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
    }
  }
}

Docker

{
  "mcpServers": {
    "everything": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "mcp/everything"]
    }
  }
}

全局安装

npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everything

imagesorcery-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": [] } } } ``

对比内容由 README + GitHub 公开数据自动生成,定期更新。