Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

OmniFocus

БесплатноНе проверен

Enables task management in OmniFocus, including reading, creating, updating, and completing tasks, with automatic detection of Pro or Standard version.

GitHubEmbed

Описание

Enables task management in OmniFocus, including reading, creating, updating, and completing tasks, with automatic detection of Pro or Standard version.

README

npm version

MCP server for OmniFocus with auto-detection of Pro/Standard version.

Features

  • Auto-detection: Automatically detects OmniFocus Pro or Standard
  • Full Pro support: AppleScript for read/write with sync
  • Standard fallback: SQLite read + URL scheme for create

Capabilities by Version

Feature Pro (AppleScript) Standard
Read tasks ✓ (SQLite)
Create task ✓ (URL scheme, syncs)
Update task ⚠️ (SQLite, no sync)
Complete task ⚠️ (SQLite, no sync)
Get projects ✓ (SQLite)

⚠️ Standard SQLite write: Changes don't sync until OmniFocus restart.

Installation

Via npm (recommended)

npx mcp-omnifocus

From source

git clone https://github.com/avlihachev/mcp-omnifocus.git
cd mcp-omnifocus
npm install
npm run build

Claude Desktop Configuration

Add to ~/.claude/claude_desktop_config.json:

{
  "mcpServers": {
    "omnifocus": {
      "command": "npx",
      "args": ["mcp-omnifocus"]
    }
  }
}

Or if installed from source:

{
  "mcpServers": {
    "omnifocus": {
      "command": "node",
      "args": ["/path/to/mcp-omnifocus/dist/index.js"]
    }
  }
}

Tools

omnifocus_get_tasks

Get tasks filtered by flagged, due today, or all.

omnifocus_create_task

Create a new task with name, note, project, flagged, dueDate.

omnifocus_update_task

Update existing task (Pro: syncs, Standard: SQLite only).

omnifocus_complete_task

Mark task as complete (Pro: syncs, Standard: SQLite only).

omnifocus_get_projects

Get list of active projects.

from github.com/avlihachev/mcp-omnifocus

Установить OmniFocus в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install mcp-omnifocus

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add mcp-omnifocus -- npx -y mcp-omnifocus

FAQ

OmniFocus MCP бесплатный?

Да, OmniFocus MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для OmniFocus?

Нет, OmniFocus работает без API-ключей и переменных окружения.

OmniFocus — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить OmniFocus в Claude Desktop, Claude Code или Cursor?

Открой OmniFocus на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare OmniFocus with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории productivity