Apple Calendar MCP Server
io.github.JonathanRReed/apple-calendar-mcp
What is the Apple Calendar MCP server?
List, create, update, and delete events in Apple Calendar on macOS.
How to install Apple Calendar
Copy-paste configuration for popular MCP clients.
APPLE_CALENDAR_MCP_SAFETY_MODESafety mode for Calendar operations: safe_readonly, safe_manage, or full_access.
APPLE_CALENDAR_MCP_ALLOWED_CALENDARSComma-separated allow-list of calendar names. Empty allows all calendars.
{
"mcpServers": {
"apple-calendar-mcp": {
"command": "uvx",
"args": [
"apple-calendar-mcp"
],
"env": {
"APPLE_CALENDAR_MCP_SAFETY_MODE": "<YOUR_APPLE_CALENDAR_MCP_SAFETY_MODE>",
"APPLE_CALENDAR_MCP_ALLOWED_CALENDARS": "<YOUR_APPLE_CALENDAR_MCP_ALLOWED_CALENDARS>"
}
}
}
}{
"mcpServers": {
"apple-calendar-mcp": {
"command": "uvx",
"args": [
"apple-calendar-mcp"
],
"env": {
"APPLE_CALENDAR_MCP_SAFETY_MODE": "<YOUR_APPLE_CALENDAR_MCP_SAFETY_MODE>",
"APPLE_CALENDAR_MCP_ALLOWED_CALENDARS": "<YOUR_APPLE_CALENDAR_MCP_ALLOWED_CALENDARS>"
}
}
}
}{
"mcpServers": {
"apple-calendar-mcp": {
"command": "uvx",
"args": [
"apple-calendar-mcp"
],
"env": {
"APPLE_CALENDAR_MCP_SAFETY_MODE": "<YOUR_APPLE_CALENDAR_MCP_SAFETY_MODE>",
"APPLE_CALENDAR_MCP_ALLOWED_CALENDARS": "<YOUR_APPLE_CALENDAR_MCP_ALLOWED_CALENDARS>"
}
}
}
}{
"servers": {
"apple-calendar-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"apple-calendar-mcp"
],
"env": {
"APPLE_CALENDAR_MCP_SAFETY_MODE": "<YOUR_APPLE_CALENDAR_MCP_SAFETY_MODE>",
"APPLE_CALENDAR_MCP_ALLOWED_CALENDARS": "<YOUR_APPLE_CALENDAR_MCP_ALLOWED_CALENDARS>"
}
}
}
}claude mcp add apple-calendar-mcp --env APPLE_CALENDAR_MCP_SAFETY_MODE=<YOUR_APPLE_CALENDAR_MCP_SAFETY_MODE> --env APPLE_CALENDAR_MCP_ALLOWED_CALENDARS=<YOUR_APPLE_CALENDAR_MCP_ALLOWED_CALENDARS> -- uvx apple-calendar-mcpRelated MCP servers
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.
Apple Reminders
List, create, update, complete, and delete reminders in Apple Reminders on macOS.