Enables AI assistants to manage and interact with Apple Reminders on macOS via the Model Context Protocol.
Apple Reminders is a Model Context Protocol (MCP) server designed to facilitate interaction with the Apple Reminders application on macOS. It allows AI assistants and other applications to seamlessly manage reminders by providing tools to view lists, retrieve reminders, create new reminders with specific details, mark reminders as complete, and delete them as needed. Utilizing AppleScript, it bridges the gap between AI interfaces and the native macOS Reminders app, providing a standardized interface for efficient task management.
Key Features
01Creates new reminders with titles, due dates, and notes.
02Marks reminders as complete.
03Handles ISO date formats for due dates.
04Manages reminder lists: view, create, and delete.
05Retrieves reminders from specified lists.
060 GitHub stars
Use Cases
01Creating custom workflows that leverage Apple Reminders data.
02Integrating Apple Reminders with AI assistants for voice-activated task management.
03Automating reminder creation and completion through scripts or other applications.