{"id":51061175,"url":"https://github.com/uthark/omnifocus-mcp","last_synced_at":"2026-06-23T02:01:59.671Z","repository":{"id":354360114,"uuid":"1218731479","full_name":"uthark/omnifocus-mcp","owner":"uthark","description":"MCP for Omnifocus","archived":false,"fork":false,"pushed_at":"2026-05-29T03:09:18.000Z","size":195,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-29T05:10:24.258Z","etag":null,"topics":["claude-mcp","gtd","mcp","mcp-server","mcp-tool","omnifocus"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uthark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-23T06:53:33.000Z","updated_at":"2026-05-29T03:09:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/uthark/omnifocus-mcp","commit_stats":null,"previous_names":["uthark/omnifocus-mcp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/uthark/omnifocus-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uthark%2Fomnifocus-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uthark%2Fomnifocus-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uthark%2Fomnifocus-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uthark%2Fomnifocus-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uthark","download_url":"https://codeload.github.com/uthark/omnifocus-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uthark%2Fomnifocus-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34672250,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude-mcp","gtd","mcp","mcp-server","mcp-tool","omnifocus"],"created_at":"2026-06-23T02:01:58.989Z","updated_at":"2026-06-23T02:01:59.666Z","avatar_url":"https://github.com/uthark.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# omnifocus-mcp\n\nMCP server for OmniFocus — enables AI assistants to manage tasks, projects, tags, and run GTD weekly reviews via the Model Context Protocol.\n\n## Requirements\n\n- macOS with OmniFocus installed\n- Node.js 18+\n\n## Setup\n\n```bash\nnpm install\nnpm run build\n```\n\nAdd to `.mcp.json` (project or `~/.claude/settings.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"omnifocus\": {\n      \"command\": \"node\",\n      \"args\": [\"/path/to/omnifocus-mcp/dist/index.js\"]\n    }\n  }\n}\n```\n\n## Tools (36 total)\n\n### Inbox\n- **get_inbox_tasks** — List tasks from system, private, or work inbox (paginated, excludes completed by default)\n- **process_inbox_task** — Move task to project, assign tags/dates/flags\n- **quick_entry** — Create a new task in inbox or directly in a project\n\n### Tasks\n- **get_task** — Fetch a single task by ID\n- **complete_task** — Mark task as completed\n- **uncomplete_task** — Reopen a completed task\n- **delete_task** — Delete a task\n- **update_task** — Modify name, note, tags, dates, flagged, completed status\n- **create_subtasks** — Break a task into subtasks\n- **search_tasks** — Search incomplete tasks by name\n\n### Projects\n- **get_projects** — List projects filtered by status, optionally scoped to a folder\n- **get_project_by_name** — Look up a project ID by name\n- **get_project_tasks** — List tasks within a project (paginated)\n- **create_project** — Create project with optional folder, tags, review interval, and initial tasks\n- **update_project** — Change status, review interval, name, note\n- **convert_task_to_project** — Promote a task to a project, preserving name/note/tags\n\n### Folders\n- **get_folders** — List folders (areas of responsibility) with active project counts and parent IDs\n- **create_folder** — Create a folder, optionally nested inside a parent\n- **update_folder** — Rename a folder\n- **move_project** — Move a project into a different folder\n- **delete_folder** — Delete a folder (refuses if it contains projects)\n\n### Tags\n- **get_tags** — List tags (with limit)\n- **create_tag** — Create tag (supports nesting via parent tag ID)\n- **update_tag** — Rename a tag and/or reparent it (pass empty parentTagId to move to document root)\n- **delete_tag** — Delete a tag by ID (refuses if it has child tags; tasks are untagged, not deleted)\n\n### Review\n- **get_projects_due_for_review** — Projects past their review date\n- **get_review_digest** — One row per project with stall / next-action (Planned) / deadline / last-activity signals; `scope=due` or `all-active`, optional `folderId`, `onlyStalled`, pagination — the engine for weekly review and the one-time backlog pass\n- **mark_project_reviewed** — Reset review timer\n- **batch_mark_reviewed** — Reset review timers for many projects in one call\n- **get_stale_tasks** — Tasks in a project not modified for N days\n- **get_overdue_tasks** — Tasks past due date\n- **get_forecast** — Tasks due in the next N days\n- **get_completed_tasks** — Tasks completed since a given date\n- **get_flagged_tasks** — List all flagged incomplete tasks (your \"hot list\")\n- **get_available_tasks** — List actionable tasks in a project (not blocked, not deferred)\n- **get_tasks_by_tag** — List incomplete tasks matching any of the given tags (e.g., @waiting_for, @errands); `sortByAge`/`minAgeDays` surface aging commitments with a `daysWaiting` field; `folderId` (optional) restricts to tasks whose project lives in a specific folder (area of responsibility), keeping work and personal commitment reviews separate — mirrors `get_review_digest`'s `folderId`\n\n## Response shape\n\nTool responses are returned as single-line JSON with unset/empty fields omitted to reduce token usage. Specifically: `null`, `undefined`, `\"\"`, `[]`, and empty objects are stripped from response payloads. `false` and `0` are preserved (they carry real values). Consumers should treat absent keys as unset — for example, a task with no due date will have no `dueDate` key at all rather than `dueDate: null`.\n\n## Development\n\n```bash\nnpm run dev       # watch mode\nnpm test          # run tests\nnpm run build     # compile TypeScript\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futhark%2Fomnifocus-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futhark%2Fomnifocus-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futhark%2Fomnifocus-mcp/lists"}