MCP Catalogs
首页

time vs apple-mcp

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

time
by modelcontextprotocol
apple-mcp
by supermemoryai
Stars★ 85,748★ 3,090
30天用量
综合分7752
官方
分类
效率工具开发者工具沟通协作
效率工具沟通协作AI / LLM 工具
实现语言TypeScriptTypeScript
最近提交本月9 个月前

time · 概述

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

apple-mcp · 概述

Apple MCP服务器,将原生Apple应用转化为AI超能力,提供消息、备忘录、联系人等工具。

time · 使用场景

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

apple-mcp · 使用场景

  • 通过AI读取消息并发送基于上下文的回复来自动化通信
  • AI分析笔记并创建提醒或日历事件的生产力工作流
  • 通过AI基于自然语言查询搜索联系人、邮件和日历数据的信息检索

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"]
    }
  }
}

apple-mcp · 安装

安装

方法一:Smithery(推荐)
npx -y install-mcp apple-mcp --client claude

Cursor用户:

npx -y install-mcp apple-mcp --client cursor
方法二:手动设置

将以下内容添加到你的claude_desktop_config.json:

{
  "mcpServers": {
    "apple-mcp": {
      "command": "bunx",
      "args": ["--no-cache", "apple-mcp@latest"]
    }
  }
}

首先,确保已安装bun:

brew install oven-sh/bun/bun
对比内容由 README + GitHub 公开数据自动生成,定期更新。