ofctl

mtellin/ofctl
★ 0 stars Swift Code/Dev Tools Updated today
Swift CLI bridge for OmniFocus — lets Claude Code and local automation query and update tasks via auditable commands instead of an MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ofctl": {
      "command": "npx",
      "args": [
        "-y",
        "mtellin/ofctl"
      ]
    }
  }
}

README Excerpt

`ofctl` is a native Swift command-line bridge for OmniFocus. > [!NOTE] > This is 100% vibe-coded software built for personal use. It's shared in case > it's useful to others — no guarantees it fits your setup, but I use and > maintain it. If you run into a problem, open an issue and I'll try to address