home / mcp / omnifocus mcp server
Let LLMs interface with your tasks and projects through the Model Context Protocol. Add, organize, and query your OmniFocus database with natural language commands.
Configuration
View docs{
"mcpServers": {
"themotionmachine-omnifocus-mcp": {
"command": "npx",
"args": [
"-y",
"omnifocus-mcp"
]
}
}
}This MCP server enables Claude and other MCP-compatible clients to view, create, edit, and remove OmniFocus tasks and projects through natural language interactions, bridging your OmniFocus data with AI assistants for efficient task management.
You will interact with OmniFocus through high-level commands that map to tasks, projects, and views. Use tools to search for items, add or edit tasks, create projects, remove items, batch operations, and manage perspectives and tags. You can extract actions from transcripts or PDFs, translate documents into OmniFocus structures, and query for summaries or counts by project. Start conversations with natural language prompts, and the MCP server will translate your requests into OmniFocus operations.
Prerequisites: You are on macOS with OmniFocus installed.
Install Node.js and npm if you do not already have them. You can download the LTS version from the official Node.js site and follow the installer prompts.
Start the MCP server using the provided command. In your terminal, run:
npx -y omnifocus-mcpAdd the MCP server configuration to Claude so it can connect and use the OmniFocus tools.
{
"mcpServers": {
"omnifocus": {
"command": "npx",
"args": ["-y", "omnifocus-mcp"]
}
}
}Efficiently query your OmniFocus database with filters to retrieve specific tasks, projects, or folders without loading the entire database.
Retrieve the complete current state of your OmniFocus database for comprehensive analysis or backup.
Add a new task to OmniFocus with optional project, notes, dates, flags, tags, and hierarchy.
Add a new project to OmniFocus with optional folder, notes, dates, flags, tags, and sequencing.
Remove a task or project from OmniFocus by ID or name and specify the item type.
Edit properties of an existing task or project in OmniFocus.
Add multiple tasks or projects in a single operation with hierarchical relationships and temporary references.
Remove multiple items in a single operation by ID, name, or type.
List all available OmniFocus perspectives, including built-in and custom perspectives.
Retrieve the items visible in a specified OmniFocus perspective, with optional limits and metadata.
List all OmniFocus tags with their hierarchy, activity status, and usage counts.