omniplan-mcp

johntrandall/omniplan-mcp
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
MCP server for OmniPlan 4 on macOS — manage tasks with natural language via Claude
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "omniplan-mcp": {
      "command": "uvx",
      "args": [
        "omniplan-mcp"
      ]
    }
  }
}

Or install with pip: pip install omniplan-mcp

README Excerpt

**Drive [OmniPlan 4](https://www.omnigroup.com/omniplan) on macOS from Claude (or any MCP-compatible LLM agent) using natural language.** Tell an agent "create a milestone called Beta Launch under the Deployment group, link it after the QA-complete task, and assign it to Alice." It does. The Gantt redraws.

Tools (20)

add_dependencyassign_resourcecreate_resourcecreate_taskcreate_tasksdelete_resourcedelete_taskfind_taskget_project_infoget_tasklist_assignmentslist_dependencieslist_documentslist_resourcesquery_tasksremove_dependencysave_documentunassign_resourceupdate_projectupdate_task