Apple Calendar MCP server for macOS EventKit.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"apple-calendar-mcp-s": {
"command": "npx",
"args": [
"-y",
"augustoFranke/apple-calendar-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add apple-calendar-mcp-s npx -y augustoFranke/apple-calendar-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"apple-calendar-mcp-s": {
"command": "npx",
"args": [
"-y",
"augustoFranke/apple-calendar-mcp-server"
]
}
}
}