A
licenseNot graded
qualityC
maintenanceA macOS-only MCP server that exposes Apple Reminders to AI clients, enabling create, read, update, delete, search, and organization of reminders and lists through natural language.
MIT
No user-submitted related servers found.
Scored across 6 tools
Each tool targets a distinct action: create, list (incomplete), list completed, complete, update, delete. No overlapping functionality.
All tool names follow a consistent verb_noun pattern in snake_case (e.g., create_reminder, list_reminders, complete_reminder). No deviations.
With 6 tools, the set covers the essential operations for reminders without bloat. It is well-scoped for the domain.
Covers full CRUD plus listing completed reminders. Missing a dedicated 'get' for a single reminder by ID, but list_reminders can serve that purpose. Minor gap.