
Apple Events MCP
by fradser
Native macOS integration for Apple Reminders and Calendar via EventKit.
What it does
This MCP server provides a native bridge to macOS EventKit, enabling AI agents to manage Apple Reminders and Calendar events. It allows for full CRUD operations on your schedules and to-do lists directly from the LLM interface.
Tools
- reminders_tasks: Full management of reminders, including priority, due dates, and location triggers.
- reminders_subtasks: Manage checklists and sub-items within a reminder.
- reminders_lists: Create and organize reminder lists.
- calendar_events: Manage calendar time blocks, including creation and updates.
- calendar_calendars: Retrieve available calendars to ensure correct routing of events.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"apple-reminders": {
"command": "npx",
"args": ["-y", "mcp-server-apple-events"]
}
}
}
Supported hosts
- Claude
- Cursor
- ChatWise
Quick install
npx mcp-server-apple-eventsInformation
- Pricing
- free
- Published
- 4/27/2026
- stars






