A TypeScript-based MCP server for interacting with Apple Calendars on macOS, providing a standardized interface for AI models to read, create, update, and delete calendar events. Built to work with a companion Swift-based Calendar API Bridge, the implementation supports flexible date parsing and handles calendar permissions through a local HTTP server running on port 8080. Particularly useful for AI assistants that need to manage scheduling or retrieve calendar information directly from a user's macOS system.
No reviews yet. Be the first to review!
Sign in to join the conversation
List all available calendars.
Get events from a specific calendar.
Create a new event in a calendar.
Update an existing event.
Delete an event from a calendar.