mac-calendar-mcp

kalpak44/mac-calendar-mcp
★ 0 stars JavaScript API Integration Updated today
Lightweight local MCP server for macOS Calendar that retrieves events by date, week, month, or custom date range.
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}