Apple Reminders and Calendar MCP
Native macOS integration with Apple Reminders and Calendar via EventKit, supporting CRUD, priority, and recurring items.
Delv Safety Grade: C
Score 58/100 · assessed 2026-04-28
This community MCP server provides native macOS integration with Apple Reminders and Calendar through EventKit. The maintainer (Frad LEE) appears to be a solo developer with limited public profile, creating moderate bus factor risk. The server requires desktop-level system access to manipulate calendar and reminder data, which is inherently privileged on macOS. Permissions are reasonably scoped to calendar and reminder operations (read, write, delete events and tasks) but do involve persistent data modification. Supply chain is standard via npm package registry with npx distribution. The repository shows basic documentation but limited community engagement or external review. No environment variables required reduces credential exposure risk. No known security incidents. The macOS-specific nature limits the attack surface to that platform but also means fewer eyes on the code. Suitable for personal use with awareness of the write access to calendar data.
Lethal Trifecta (prompt-injection exposure)
ONE OF THREESame as notes-bear.
Green flags
- Distributed via standard npm registry with npx
- No environment variables or API keys required
- Scoped to specific Apple productivity apps only
- Open source repository available for inspection
- No known security incidents or malicious behaviour
Red flags
- Solo maintainer with limited public track record
- Requires macOS system-level EventKit access for calendar manipulation
- Write and delete permissions on personal calendar and reminder data
- Limited community review or external security audit
- Thin documentation on permission model and data handling
Permissions requested
Install
npx mcp-server-apple-events
Review
Install this if you're on macOS and actually use Apple Reminders or Calendar daily. It's the most direct way to let Claude manage your tasks and events without leaving the ecosystem. Skip it if you're on another platform, or if your productivity stack is Google or Microsoft-based.
Good at
- Native EventKit integration means zero sync lag and no third-party dependencies.
- Recurring reminders and events work exactly as they do in Apple's own apps.
- No API keys or environment variables required, just macOS permissions.
- Task capture during conversations is fast and natural, no context switching.
- Changes sync instantly across all your Apple devices via iCloud.
Watch out
- macOS-only, so Linux and Windows users can't use it at all.
- Requires granting system-level EventKit permissions, which some security-conscious setups won't allow.
- Defaults to your main Reminders list and calendar unless you specify otherwise, which can clutter things.
- No support for advanced Calendar features like attendees or location-based reminders.
- If you don't use Apple's productivity apps, this server offers nothing.
Use cases
- task capture
- calendar creation
- recurring reminders
- macOS productivity workflows
Getting started
Works with
Similar MCPs
- AsanaOfficial Asana MCP. Access the Work Graph - tasks, projects, teams - from AI clients via OAuth. Remote server, Streamable HTTP transport, no local install needed.
- ClickUpOfficial ClickUp MCP - ~49 tools across 14 categories (tasks, docs, time tracking, chat, comments, bulk ops). The largest project-management surface area in any MCP server right now.
- NotionNotion's official MCP for reading and writing pages, databases, and comments. Best-in-class for personal-knowledge-base agents.
- LinearCreate, update, and query Linear issues from Claude. Useful for teams whose PM lives in Linear and want the agent to file tickets from conversation.