经 AI Skill Hub 精选评估,FocusRelayMCP 获评「强烈推荐」。这款MCP工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.0 分,适合有一定技术背景的用户使用。
FocusRelayMCP 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
FocusRelayMCP 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/deverman/FocusRelayMCP
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"focusrelaymcp": {
"command": "npx",
"args": ["-y", "focusrelaymcp"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 FocusRelayMCP 执行以下任务... Claude: [自动调用 FocusRelayMCP MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"focusrelaymcp": {
"command": "npx",
"args": ["-y", "focusrelaymcp"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
A Model Context Protocol (MCP) server for OmniFocus on macOS. Query tasks, projects, and tags using natural language through AI assistants like Claude.

Just ask "What should I do today?" and get instant, filtered results.
Quick Overview: Regardless of which installation method you choose, you'll need to complete these steps: 1. Install the binary (via Homebrew, manual download, or build from source) 2. Install the OmniFocus plugin (Step 2 below) 3. Configure MCP in your client (Step 3 below) 4. Restart OmniFocus (Step 4 below)
If you have Homebrew installed, this is the easiest method:
```bash
brew install focusrelay ```
Then continue with Step 2: Install the OmniFocus Plugin below.
If you don't want to use Homebrew, download a pre-built binary:
~/bin/ or /usr/local/bin/)FocusRelayBridge.omnijs from the same releaseThen continue with Step 2: Install the OmniFocus Plugin below.
git clone <repository-url>
cd FocusRelayMCP
swift build -c release
The binary will be at .build/release/focusrelay (CLI + MCP server).
Then continue with Step 2: Install the OmniFocus Plugin below.
Homebrew users: Copy the plugin from the Homebrew installation:
cp -r $(brew --prefix focusrelay)/share/focusrelay/Plugin/FocusRelayBridge.omnijs \
~/Library/Containers/com.omnigroup.OmniFocus4/Data/Library/Application\ Support/Plug-Ins/
Developer installation:
./scripts/install-plugin.sh
This installs the FocusRelay Bridge plugin to your OmniFocus plugin directory.
⚠️ IMPORTANT: When upgrading, you must reinstall the plugin! The plugin JavaScript changes frequently and must stay in sync with the binary.
⚠️ Critical: The first time you query OmniFocus, a security dialog will appear:
What happens if you don't approve: - You'll see "Bridge timed out" or "Plugin not responding" errors - The MCP server cannot communicate with OmniFocus - Queries will fail silently or with timeout errors
To fix approval issues: - In OmniFocus: Automation → Configure Plug-ins... - Find "FocusRelay Bridge" in the list - Check if it's enabled, or try removing and reinstalling it - Restart OmniFocus and try again
After Step 5, verify the install path end to end:
focusrelay bridge-health-check
focusrelay list-tasks --fields id,name --limit 1
Expected result: - bridge-health-check reports ok: true - the first list-tasks query may trigger the OmniFocus approval prompt - after approval, list-tasks returns real task data instead of timing out
swift build
The focusrelay binary provides command-line equivalents of the MCP tools. Run focusrelay --help for the full command list.
```bash
Add to your opencode.json or Claude Desktop config:
For Homebrew installations (recommended):
{
"mcp": {
"focusrelay": {
"type": "local",
"command": ["/opt/homebrew/bin/focusrelay", "serve"],
"enabled": true
}
}
}
For developer installations (build from source):
{
"mcp": {
"focusrelay": {
"type": "local",
"command": ["/path/to/FocusRelayMCP/.build/release/focusrelay", "serve"],
"enabled": true
}
}
}
Note: focusrelay without arguments shows help; use focusrelay serve to run the MCP server.
This is the most common issue. Several causes:
1. Security approval missing (most common) - Solution: See Step 5 (First Time Setup) above. You must click "Run Script" in the OmniFocus security dialog.
2. Plugin needs reinstallation - Solution: Run ./scripts/install-plugin.sh again, then restart OmniFocus completely
3. OmniFocus not properly restarted after plugin update - Solution: Force quit OmniFocus and reopen it
4. Check plug-in configuration - In OmniFocus: Automation → Configure Plug-ins... - Verify "FocusRelay Bridge" appears in the list and is enabled - If you see errors here, remove the plug-in and reinstall
./scripts/package-plugin.sh
高质量的MCP工具,实现了OmniFocus任务与AI助手的对话
该工具未明确声明开源协议,商业使用前请联系原作者确认授权范围,避免侵权风险。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
AI Skill Hub 点评:FocusRelayMCP 的核心功能完整,质量优秀。对于Claude Desktop / Claude Code 用户来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | FocusRelayMCP |
| Topics | aiautomationswiftmacos |
| GitHub | https://github.com/deverman/FocusRelayMCP |
| 语言 | Swift |
收录时间:2026-06-02 · 更新时间:2026-06-02 · License:未公布 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端