Omnifocus
@alexhannaonline
关于 Omnifocus
An MCP server that gives AI assistants full access to OmniFocus via Omni Automation. 41 tools for tasks, projects, folders, tags, subtask hierarchies, notifications, attachments, analytics, and data export.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"omnifocus": {
"command": "node",
"args": [
"/path/to/omnifocus-mcp/dist/index.js"
],
"env": {
"LOG_LEVEL": "info"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Omnifocus?
The Omnifocus MCP server gives AI assistants full access to OmniFocus via Omni Automation. It provides 41 tools for tasks, projects, folders, tags, subtask hierarchies, notifications, attachments, analytics, and data export, running scripts inside OmniFocus's native automation engine.
How to use Omnifocus?
Clone the repository, install dependencies with npm install, and build with npm run build. Configure your MCP client (e.g., Claude Desktop or Claude Code) by adding a server entry pointing to the built dist/index.js file, optionally setting LOG_LEVEL. Requires macOS, OmniFocus 4.6+, Node.js 18+, and macOS automation permission for OmniFocus.
Key features of Omnifocus
- 41 MCP tools across 10 domain categories
- Full CRUD for tasks, projects, folders, tags
- Hierarchical subtask management with nesting
- Notification system with absolute and relative alarms
- Attachment and linked file support
- Productivity analytics, velocity, and overdue analysis
- Recurring task analysis and pattern statistics
- Data export to JSON or CSV with field selection
- TTL-based caching (30s tasks, 5min projects, 1h analytics)
Use cases of Omnifocus
- Query today’s agenda, flagged items, or overdue tasks
- Create, update, complete, or delete tasks via AI assistant
- Organize projects within folders and manage subtask hierarchies
- Export personal task data for reporting or backup
- Analyze productivity trends and recurring task frequencies
FAQ from Omnifocus
Does the server directly access the OmniFocus database?
No. All interaction goes through the official Omni Automation API via osascript -l JavaScript calling app.evaluateJavascript(). No direct database access.
What are the system requirements?
macOS (required for osascript), OmniFocus 4.6+ installed, Node.js 18+, and macOS automation permission for OmniFocus (granted on first use).
Can I create recurring tasks?
No. The server can read and analyze recurring patterns, but cannot create repeat rules due to Omni Automation API limitations.
Does the server support perspective management?
No. The Omni Automation API is read-only for perspectives, so the server cannot manage perspectives.
Can I link files with http/https URLs?
No. add_linked_file only accepts file:// URLs; OmniFocus rejects http/https links.
数据与分析 分类下的更多 MCP 服务器
MCP From Zero: Quick Data
dislerPrompt focused MCP Server for .json and .csv agentic data analytics for Claude Code
ArXiv MCP Server
blazickjpA Model Context Protocol server for searching and analyzing arXiv papers
MCP Simple PubMed
andybrandtMCP server for searching and querying PubMed medical papers/research database
HubSpot MCP Server
peakmojoA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
Salesforce MCP Server
tsmztechSalesforce MCP Server
评论