★ 28 stars
Rust
🧠 Memory/Knowledge
Updated 13d ago
Model Context Protocol (MCP) server for OmniFocus on macOS, with Rust, Python, and TypeScript implementations
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": {
"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"
]
}
}
}