Back to Home
bruvik icon

omnifocus-mcp

Verified Safe

by bruvik

Overview

Provides a Model Context Protocol (MCP) server to allow AI assistants (like Claude Code) to manage tasks in OmniFocus on macOS via AppleScript automation.

Installation

Run Command
python mcp_server.py

Security Notes

The server primarily uses `subprocess.run` to execute AppleScript commands (`osascript`). While the Python wrapper correctly passes arguments as a list to prevent shell injection, the security ultimately relies on the robustness of the AppleScripts and OmniFocus against potentially malicious input. Since the server is designed to run locally and interact with a trusted application, the risk is mitigated. No hardcoded secrets or arbitrary code execution (`eval`, `exec`) on user input were found in the Python codebase.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2026-01-02

Tags

OmniFocusmacOSTask ManagementAI IntegrationAppleScript