Lightweight local MCP server for macOS Calendar that retrieves events by date, week, month, or custom date range.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mac-calendar-mcp": {
"command": "npx",
"args": [
"-y",
"kalpak44/mac-calendar-mcp"
]
}
}
}
Run in terminal:
claude mcp add mac-calendar-mcp npx -y kalpak44/mac-calendar-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"mac-calendar-mcp": {
"command": "npx",
"args": [
"-y",
"kalpak44/mac-calendar-mcp"
]
}
}
}