Loading...

An MCP server providing CRUD operations for Apple Reminders and Calendar, enabling integration with various clients through a standardized interface.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
An MCP server providing CRUD operations for Apple Reminders and Calendar, enabling integration with various clients through a standardized interface.
This server offers convenient integration with Apple Reminders but requires careful permission management. It is relatively safe for read-only operations. However, granting full access poses risks of unintended data modification or deletion. Exercise caution when using write operations.
Performance is dependent on the speed of the underlying Swift-compiled binaries and the efficiency of Apple's EventKit framework. Batch operations are optimized for handling multiple reminders.
The server itself has no direct cost, but excessive use might impact system resources. There are no API call costs since it is a local integration.
npx mcp-server-apple-events{
"mcpServers": {
"apple-reminders": {
"command": "npx",
"args": ["-y", "mcp-server-apple-events"]
}
}
}reminders_tasksManages individual reminder tasks with CRUD operations, including priority, alarms, recurrence rules, dates, location triggers, tags, and subtasks.
Allows creation, modification, and deletion of reminders, potentially leading to data loss or unintended actions.
None
hybrid
This server offers convenient integration with Apple Reminders but requires careful permission management. It is relatively safe for read-only operations. However, granting full access poses risks of unintended data modification or deletion. Exercise caution when using write operations.
The server operates with the permissions granted by the user to the Apple Reminders and Calendar apps. Autonomy level depends on the configuration and prompts used.
Production Tip
Carefully manage macOS permissions and monitor server activity to prevent unintended data changes.
The server requires macOS permissions to access and modify Apple Reminders and Calendar data. Full access is recommended for complete functionality.
You need to enable Developer Mode in Claude Desktop and add the server configuration to the `claude_desktop_config.json` file.
The server will not be able to access or modify Reminders and Calendar data, and some features may not work correctly.
The server relies on macOS security and the permissions you grant. Exercise caution and monitor server activity to prevent unintended data changes.
No, this server provides local integration with Apple Reminders on macOS and does not support accessing reminders from other devices directly.
Yes, the server supports creating and managing recurring reminders with flexible recurrence rules.
You can update the server using `npx mcp-server-apple-events`. It is recommended to check for updates regularly.