MCP Catalogs
首页

time vs mcp-ical

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

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

time · 概述

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

mcp-ical · 概述

MCP 服务器,支持通过自然语言管理 macOS 日历,创建和安排事件。

time · 使用场景

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

mcp-ical · 使用场景

  • 通过自然语言命令快速安排会议
  • 预订前检查时间段的可用性
  • 无需导航日历界面即可管理重复事件

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

mcp-ical · 安装

安装

  1. **克隆和设置**
# 克隆仓库
git clone https://github.com/Omar-V2/mcp-ical.git
cd mcp-ical

# 安装依赖
uv sync
  1. **为 Claude Desktop 配置**

创建或编辑 ~/Library/Application\ Support/Claude/claude_desktop_config.json:

{
    "mcpServers": {
        "mcp-ical": {
            "command": "uv",
            "args": [
                "--directory",
                "/ABSOLUTE/PATH/TO/PARENT/FOLDER/mcp-ical",
                "run",
                "mcp-ical"
            ]
        }
    }
}
  1. **启动 Claude 以访问日历**

在终端中运行以下命令:

/Applications/Claude.app/Contents/MacOS/Claude
对比内容由 README + GitHub 公开数据自动生成,定期更新。