FocusRelayMCP vs time
并排对比,帮你在这两个 MCP server 之间做选择。
FocusRelayMCP by deverman | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 25 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 46 | 77 |
| 官方 | — | ✓ |
| 分类 | 效率工具开发者工具AI / LLM 工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | Swift | TypeScript |
| 最近提交 | 1 个月前 | 本月 |
FocusRelayMCP · 概述
OmniFocus 的 MCP 服务器,支持自然语言查询任务、项目和标签。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
FocusRelayMCP · 使用场景
- 通过询问'我今天应该做什么?'进行日常规划,获取过滤后的结果
- 项目管理,例如'显示我搁置的项目'
- 上下文切换,例如'我需要打哪些电话?'
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
FocusRelayMCP · 安装
安装
**快速概览:** 无论选择哪种安装方法,都需要完成以下步骤:
- **安装二进制文件**(通过 Homebrew、手动下载或从源代码构建)
- **安装 OmniFocus 插件**(下面的步骤 2)
- **在客户端配置 MCP**(下面的步骤 3)
- **重启 OmniFocus**(下面的步骤 4)
选项 A:Homebrew 安装(推荐用于 macOS)
如果您已安装 [Homebrew](https://brew.sh),这是最简单的方法:
# 添加 tap(一次)
brew tap deverman/focus-relay
# 安装 MCP 服务器和 OmniFocus 插件
brew install focusrelay步骤 3:配置 MCP
添加到您的 Claude Desktop 配置中:
{
"mcp": {
"focusrelay": {
"type": "local",
"command": ["/opt/homebrew/bin/focusrelay", "serve"],
"enabled": true
}
}
}步骤 4:重启 OmniFocus
osascript -e 'tell application "OmniFocus" to quit' && sleep 2 && open -a "OmniFocus"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"]
}
}
}