iCloud
0
Connects to iCloud Calendar via an HTTP Model Context Protocol (MCP) server, enabling programmatic management of calendar events.
About
iCloud provides an HTTP Model Context Protocol (MCP) server designed to interface with iCloud Calendar (CalDAV). It allows MCP-aware clients, such as ChatGPT custom connectors or IDEs, to perform common calendar operations like listing calendars, reading events, and creating, updating, or deleting events. The service requires an iCloud app-specific password for secure authentication and offers a robust set of tools for automated calendar management, supporting ISO datetime input and minimal ICS generation.
Key Features
- HTTP MCP server with `/mcp` endpoint and `/health` check
- Comprehensive calendar management: list, create, update, and delete events
- Programmatic access to iCloud calendar details including event UIDs and raw ICS data
- Supports ISO datetime input and utilizes timezone IDs for event scheduling
- Secure authentication using iCloud app-specific passwords
- 0 GitHub stars
Use Cases
- Integrating iCloud Calendar functionality with AI assistants like ChatGPT Custom Connectors
- Automating iCloud Calendar tasks through custom applications or scripts
- Developing custom integrations for IDEs or other clients requiring calendar event management