apple-productivity-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| apple_mail_list_accountsA | Read-only: list local Apple Mail account names, sender addresses, and mailbox names. Use this before other Mail tools when the exact names are unknown. |
| apple_mail_listA | Read-only: list local Apple Mail metadata. Returns message ID, sender, subject, received time, and read/flag status. It does not read message bodies. |
| apple_mail_getA | Read-only: read one local Apple Mail message, including its body. Use apple_mail_list first to obtain the local mail id. |
| apple_mail_sendA | Send an Apple Mail message from the selected local account. This immediately sends email to the specified recipients. |
| apple_mail_update_statusA | Modify a local Apple Mail message read/unread and/or flagged status. |
| apple_mail_moveA | Move a local Apple Mail message to another mailbox in the same account. |
| apple_mail_deleteA | Delete a local Apple Mail message. This is destructive and moves the message according to Mail.app deletion behavior. |
| apple_calendar_list_calendarsA | Read-only: list local Calendar.app calendar names and whether each calendar is writable. Use this before creating or modifying events when the exact calendar name is unknown. |
| apple_calendar_list_eventsA | Read-only: list local Calendar.app events in a time range. |
| apple_calendar_create_eventB | Create a new local Calendar.app event. |
| apple_calendar_update_eventA | Modify an existing local Calendar.app event. Obtain the uid from apple_calendar_list_events. |
| apple_calendar_delete_eventA | Delete an existing local Calendar.app event. This is destructive. |
| apple_reminders_list_listsA | Read-only: list local Apple Reminders list names and IDs. Use this before creating reminders when the exact list name is unknown. |
| apple_reminders_listC | Read-only: list local Apple Reminders. |
| apple_reminders_createC | Create a local Apple Reminder. |
| apple_reminders_updateC | Modify an existing local Apple Reminder. |
| apple_reminders_completeB | Mark an existing local Apple Reminder as completed. |
| apple_reminders_deleteA | Delete an existing local Apple Reminder. This is destructive. |
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/gambadio/apple-productivity-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server