Skip to content
Cursor

OmniFocus for Cursor

io.github.steveardis/omnifocus

Full CRUD MCP server for OmniFocus via Omni Automation — tasks, projects, folders, tags, recurrence.

client:Cursor transport:stdio runtime:npm

Install OmniFocus in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "omnifocus": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@scardis/omnifocus-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

OmniFocus in other clients