apple-calendar-mcp
If you are the rightful owner of apple-calendar-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for interacting with Apple Calendars on macOS, allowing AI models to access and manipulate calendar data through a standardized interface.
The MCP Apple Calendars server is designed to facilitate interaction between AI models and Apple Calendars on macOS. It provides a standardized interface for accessing and manipulating calendar data, making it easier for AI models to perform tasks such as listing calendars, retrieving events, and managing calendar entries. The server requires macOS 12.0 or later and Node.js 16.0 or later, and it operates in conjunction with a locally running Calendar API Bridge. The server supports various date formats, ensuring flexibility in handling calendar events. Developers can run the server in development mode for automatic reloading, enhancing the development experience.
Features
- Standardized interface for calendar data manipulation
- Supports multiple date formats for event management
- Compatible with macOS 12.0 or later
- Requires Node.js 16.0 or later
- Development mode with automatic reloading
Tools
getCalendars
List all available calendars
getCalendarEvents
Get events from a specific calendar
createCalendarEvent
Create a new event in a calendar
updateCalendarEvent
Update an existing event
deleteCalendarEvent
Delete an event from a calendar