MCP Directory
Back

OmniFocus-MCP

by themotionmachine · TypeScript · ★ 209

Let LLMs interface with your tasks and projects through the Model Context Protocol. Add, organize, and query your OmniFocus database with natural language commands.

#mcp#mcp-server#modelcontextprotocol#omnifocus#task-management

Install

npx -y github:themotionmachine/OmniFocus-MCP

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "omnifocus-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:themotionmachine/OmniFocus-MCP"
      ]
    }
  }
}

From the README

[](https://www.npmjs.com/package/omnifocus-mcp) [](https://github.com/themotionmachine/OmniFocus-MCP/actions/workflows/ci.yml) A Model Context Protocol (MCP) server that connects OmniFocus to Claude and other MCP-compatible AI assistants. This server bridges AI assistants and your OmniFocus database. Through natural conversation, an assistant can query, create, edit, and remove tasks and projects — including bulk operations. Some things you can do with it: - Translate a syllabus PDF into a fully specified project with tasks, tags, defer dates, and due dates - Turn a meeting transcript into…
Read full README on GitHub →

Related databases servers