time vs mcp-ical
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | mcp-ical by Omar-V2 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 311 |
| 30天用量 | — | — |
| 综合分 | 77 | 44 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | 效率工具沟通协作AI / LLM 工具 |
| 实现语言 | TypeScript | Python |
| 最近提交 | 本月 | 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 · 安装
安装
- **克隆和设置**
# 克隆仓库
git clone https://github.com/Omar-V2/mcp-ical.git
cd mcp-ical
# 安装依赖
uv sync- **为 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"
]
}
}
}- **启动 Claude 以访问日历**
在终端中运行以下命令:
/Applications/Claude.app/Contents/MacOS/Claude