MCP Catalogs
首页

time vs imagesorcery-mcp

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

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

time · 概述

功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。

imagesorcery-mcp · 概述

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

time · 使用场景

  • 协助安排跨时区的国际会议
  • 为基于位置的查询提供实时时间信息
  • 为旅行计划和行程安排提供时间转换

imagesorcery-mcp · 使用场景

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

time · 安装

安装选项

**使用 uv(推荐):**

uvx mcp-server-time

**使用 PIP:**

pip install mcp-server-time
python -m mcp_server_time

**为 Claude Desktop 配置:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}

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 公开数据自动生成,定期更新。