Apple Reminders MCP Server
io.github.JonathanRReed/apple-mcp-reminders
What is the Apple Reminders MCP server?
List, create, update, complete, and delete reminders in Apple Reminders on macOS.
How to install Apple Reminders
Copy-paste configuration for popular MCP clients.
APPLE_REMINDERS_MCP_SAFETY_MODESafety mode for Reminders operations: safe_readonly, safe_manage, or full_access.
APPLE_REMINDERS_MCP_ALLOWED_LISTSComma-separated allow-list of reminder list names. Empty allows all lists.
{
"mcpServers": {
"apple-mcp-reminders": {
"command": "uvx",
"args": [
"apple-mcp-reminders"
],
"env": {
"APPLE_REMINDERS_MCP_SAFETY_MODE": "<YOUR_APPLE_REMINDERS_MCP_SAFETY_MODE>",
"APPLE_REMINDERS_MCP_ALLOWED_LISTS": "<YOUR_APPLE_REMINDERS_MCP_ALLOWED_LISTS>"
}
}
}
}{
"mcpServers": {
"apple-mcp-reminders": {
"command": "uvx",
"args": [
"apple-mcp-reminders"
],
"env": {
"APPLE_REMINDERS_MCP_SAFETY_MODE": "<YOUR_APPLE_REMINDERS_MCP_SAFETY_MODE>",
"APPLE_REMINDERS_MCP_ALLOWED_LISTS": "<YOUR_APPLE_REMINDERS_MCP_ALLOWED_LISTS>"
}
}
}
}{
"mcpServers": {
"apple-mcp-reminders": {
"command": "uvx",
"args": [
"apple-mcp-reminders"
],
"env": {
"APPLE_REMINDERS_MCP_SAFETY_MODE": "<YOUR_APPLE_REMINDERS_MCP_SAFETY_MODE>",
"APPLE_REMINDERS_MCP_ALLOWED_LISTS": "<YOUR_APPLE_REMINDERS_MCP_ALLOWED_LISTS>"
}
}
}
}{
"servers": {
"apple-mcp-reminders": {
"type": "stdio",
"command": "uvx",
"args": [
"apple-mcp-reminders"
],
"env": {
"APPLE_REMINDERS_MCP_SAFETY_MODE": "<YOUR_APPLE_REMINDERS_MCP_SAFETY_MODE>",
"APPLE_REMINDERS_MCP_ALLOWED_LISTS": "<YOUR_APPLE_REMINDERS_MCP_ALLOWED_LISTS>"
}
}
}
}claude mcp add apple-mcp-reminders --env APPLE_REMINDERS_MCP_SAFETY_MODE=<YOUR_APPLE_REMINDERS_MCP_SAFETY_MODE> --env APPLE_REMINDERS_MCP_ALLOWED_LISTS=<YOUR_APPLE_REMINDERS_MCP_ALLOWED_LISTS> -- uvx apple-mcp-remindersRelated MCP servers
Apple Calendar
List, create, update, and delete events in Apple Calendar on macOS.
Apple Contacts
Inspect and search Apple Contacts on macOS, and resolve a contact into a message-ready recipient.
Apple Files
Inspect and manage local files and folders inside allowed roots on macOS.
Apple Maps
Search places, estimate routes, and build Apple Maps links on macOS.
Apple Mail
Read, search, compose, and send emails via Apple Mail on macOS.
Apple Notes
Inspect, search, create, edit, move, and organize notes in Apple Notes on macOS.