MCP Server
MCP
Apple Calendar
List, create, update, and delete events in Apple Calendar on macOS.
Install
uvx apple-calendar-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "apple-calendar-mcp",
"version": "1.0.2",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Safety mode for Calendar operations: safe_readonly, safe_manage, or full_access.",
"format": "string",
"default": "safe_manage",
"choices": [
"safe_readonly",
"safe_manage",
"full_access"
],
"name": "APPLE_CALENDAR_MCP_SAFETY_MODE"
},
{
"description": "Comma-separated allow-list of calendar names. Empty allows all calendars.",
"format": "string",
"placeholder": "Work,Personal",
"name": "APPLE_CALENDAR_MCP_ALLOWED_CALENDARS"
}
]
},
{
"registryType": "mcpb",
"identifier": "https://github.com/JonathanRReed/Apple-MCPs/releases/download/v1.0.2/apple-calendar-1.0.2.mcpb",
"version": "1.0.2",
"fileSha256": "eeaff3e7c56c76860d38e17dc7a9a805d512a88ff1a01f35217f845e7f563710",
"transport": {
"type": "stdio"
}
}
]
}
mcp
model-context-protocol
pypi
mcpb
By
Comments
Sign in to leave a comment