Loading...
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.
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.