Let LLMs interface with your tasks and projects through the Model Context Protocol. Add, organize, and query your OmniFocus database with natural language commands.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"omnifocus-mcp": {
"command": "npx",
"args": [
"-y",
"themotionmachine/OmniFocus-MCP"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add omnifocus-mcp npx -y themotionmachine/OmniFocus-MCP
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"omnifocus-mcp": {
"command": "npx",
"args": [
"-y",
"themotionmachine/OmniFocus-MCP"
]
}
}
}
📋 Copy