icloud-calendar-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ICLOUD_USERNAME | Yes | Your iCloud email address | |
| ICLOUD_MCP_CONFIG | No | Path to config JSON file for HTTP mode parameters | |
| ICLOUD_APP_PASSWORD | Yes | Your Apple app-specific password (create at appleid.apple.com) | |
| ICLOUD_MCP_HTTP_PORT | No | Port for HTTP mode (default 3000) | |
| ICLOUD_MCP_TRANSPORT | No | Transport mode: 'stdio' (default) or 'http' | |
| ICLOUD_MCP_HTTP_TOKEN | No | Bearer token for HTTP mode (at least 24 characters) |
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
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_calendarsA | List iCloud calendars |
| list_eventsA | List events in an explicit range with pagination |
| get_eventC | Get an event by persistent opaque handle |
| create_eventB | Create an event idempotently |
| update_eventB | Update an event using ETag concurrency control |
| delete_eventC | Delete an event using ETag concurrency control |
| find_conflictsC | Find overlapping iCloud events |
| free_busyB | Compute busy intervals from visible iCloud events |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| schedule_event | Explicit schedule_event user template |
| reschedule_event | Explicit reschedule_event user template |
| find_conflicts | Explicit find_conflicts user template |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| calendars | Available iCloud calendars |
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/IceyWu/icloud-calendar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server