Model Context Protocol (MCP) server for OmniFocus on macOS, with Rust, Python, and TypeScript implementations
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"omnifocusmcp": {
"command": "cargo",
"args": [
"run",
"--",
"OmnifocusMCP"
]
}
}
}
Run in terminal:
claude mcp add omnifocusmcp cargo run -- OmnifocusMCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"omnifocusmcp": {
"command": "cargo",
"args": [
"run",
"--",
"OmnifocusMCP"
]
}
}
}