icloud-reminders-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ICLOUD_USERNAME | Yes | Apple ID email | |
| ICLOUD_CALDAV_URL | No | Root URL; the library discovers your account's pNN shard from it | https://caldav.icloud.com/ |
| ICLOUD_APP_PASSWORD | Yes | App-specific password (xxxx-xxxx-xxxx-xxxx) | |
| ICLOUD_REQUEST_TIMEOUT | No | Per-request timeout (seconds) | 30 |
| REMINDERS_ALLOW_DELETE | No | Enable the destructive delete_reminder tool | false |
| REMINDERS_LIST_ALLOWLIST | No | Comma-separated list names the server may touch |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_listsA | List the iCloud reminder lists (VTODO collections) this server can see. Returns each list's stable |
| list_remindersA | List reminders, earliest-due first (undated last). Defaults to incomplete only.
|
| get_reminderA | Fetch a single reminder by its uid (optionally scoped to one list). |
| create_reminderB | Create a reminder (VTODO).
|
| complete_reminderA | Mark a reminder complete (STATUS:COMPLETED + COMPLETED + PERCENT-COMPLETE:100). |
| update_reminderA | Patch mutable fields of a reminder, preserving everything else. Omitted/null fields are left unchanged; pass an empty string ("") to clear
|
| delete_reminderA | Permanently delete a reminder. Gated: requires REMINDERS_ALLOW_DELETE=true on the server AND an explicit confirm=true argument. |
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
- 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/Lingnik/icloud-reminders-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server