omnifocus-sync-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OMNIFOCUS_DATABASE | No | Defaults to OmniFocus.ofocus | |
| OMNIFOCUS_SYNC_URL | No | Defaults to https://sync.omnigroup.com | |
| OMNIFOCUS_READ_ONLY | No | 1/true to refuse all writes | |
| OMNIFOCUS_CLIENT_NAME | No | Display name for this client's .client file | |
| OMNIFOCUS_SYNC_PASSWORD | Yes | Omni Sync Server account password | |
| OMNIFOCUS_SYNC_USERNAME | Yes | Omni Sync Server account name | |
| OMNIFOCUS_CLIENT_STATE_FILE | No | Where the stable client id is stored | |
| OMNIFOCUS_ENCRYPTION_PASSPHRASE | No | Defaults to the sync password (OmniFocus's default) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| of_syncA | Reload the OmniFocus database from the Omni Sync Server. Returns counts of tasks, projects, and tags. |
| of_list_tasksA | List tasks with optional filtering. filter: remaining (default), available, flagged, inbox, due_soon, all. |
| of_get_taskA | Get a single task by its id, with full detail. |
| of_list_projectsA | List all projects with their folder path and status. |
| of_add_taskA | Create a task. Without a project it goes to the inbox. Dates accept ISO 8601 strings. |
| of_complete_taskB | Mark a task complete (optionally at a specific ISO 8601 time). |
| of_edit_taskA | Edit fields of a task. Use clearDue/clearDefer to remove a date. Only provided fields change. |
| of_delete_taskA | Permanently delete a task by id (writes an op=delete transaction). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rosskukulinski/omnifocus-sync-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server