OmniFocus MCP Server

31 tools. 11 can modify or destroy data without limits.

2 destructive tools with no built-in limits. Policy required.

Last updated:

11 can modify or destroy data
20 read-only
31 tools total

Community server · catalogue entry verified 29/06/2026

How to control OmniFocus MCP Server ↓

What OmniFocus MCP Server exposes to your agents

Read (20) Write / Execute (9) Destructive / Financial (2)
Critical Risk

The most dangerous OmniFocus MCP Server tools

11 of OmniFocus MCP Server's 31 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control OmniFocus MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and OmniFocus MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "batch_remove_items": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "add_folder": {
    "limits": [
      {
        "counter": "add_folder_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "batch_filter_tasks": {
    "limits": [
      {
        "counter": "batch_filter_tasks_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register OmniFocus MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON OMNIFOCUS →

Instant setup, no code required.

All 31 OmniFocus MCP Server tools

READ 20 tools
Read batch_filter_tasks PREFERRED: Filter tasks across multiple projects in ONE call. Always use this instead of multiple filter_tasks Read diagnose_connection Check OmniFocus connectivity, permissions, and server status. Run this first if experiencing issues. Read filter_tasks Advanced task filtering for ONE project. For filtering across 2+ projects, use batch_filter_tasks instead (sin Read get_completion_stats Get task completion counts grouped by project, tag, or folder for a date range. Returns sorted list with count Read get_custom_perspective_tasks Get tasks from a specific OmniFocus custom perspective by name. Use this when user refers to perspective names Read get_flagged_tasks Get flagged tasks from OmniFocus with optional project filtering Read get_folder_by_id Get information about a specific folder by ID or name Read get_forecast_tasks Get tasks from OmniFocus forecast perspective (due/deferred tasks in date range) Read get_inbox_tasks Get tasks from OmniFocus inbox perspective Read get_project_by_id Get information about a specific project by ID or name Read get_projects_for_review Get projects that are due for review (next review date is in the past or today) Read get_server_version Get OmniFocus MCP server version and build information Read get_system_health Get all OmniFocus health metrics in a single call. Returns counts for inbox, projects (by status), tasks (by s Read get_task_by_id Get information about a specific task by ID or name Read get_tasks_by_tag Get tasks filtered by OmniFocus tags (labels like @home, @work, @urgent). Use this for tag-based filtering, NO Read get_today_completed_tasks Get tasks completed today - view today Read list_custom_perspectives List all custom perspectives defined in OmniFocus Read list_projects List projects with optional folder and status filtering - the targeted way to discover projects and their IDs Read list_tags List all tags defined in OmniFocus with task counts and hierarchy Read search_tasks Full-text search across task names and notes. Simpler than filter_tasks for finding tasks by text. Supports ma

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about OmniFocus MCP Server

Can an AI agent delete data through the OmniFocus MCP Server MCP server? +

Yes. The OmniFocus MCP Server server exposes 2 destructive tools including batch_remove_items, remove_item. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through OmniFocus MCP Server? +

The OmniFocus MCP Server server has 9 write tools including add_folder, add_omnifocus_task, add_project. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach OmniFocus MCP Server.

How many tools does the OmniFocus MCP Server MCP server expose? +

31 tools across 4 categories: Destructive, Execute, Read, Write. 20 are read-only. 11 can modify, create, or delete data.

How do I enforce a policy on OmniFocus MCP Server? +

Register the OmniFocus MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every OmniFocus MCP Server tool call.

Deterministic rules across all 31 OmniFocus MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

31 OmniFocus MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.