A
licenseNot graded
qualityA
maintenanceEnables Claude to manage Apple Reminders on macOS, providing full CRUD operations such as listing, searching, creating, updating, and deleting reminders.
9
MIT
No user-submitted related servers found.
Scored across 6 tools
Each tool maps to a distinct action and resource: lists vs reminders, and create/update/complete/delete are clearly separated. No overlap in purpose.
All six tools follow a consistent verb_noun pattern (list_, create_, update_, complete_, delete_), making the API predictable and easy to navigate.
With 6 tools, the server is well-scoped for a reminders app—covering listing, creation, update, completion, and deletion without bloat or missing essentials.
The lifecycle is well-covered, but there is no way to uncomplete a reminder or fetch a single reminder by ID. List with filtering mitigates this, but a status-reversal would round out the surface.