apple-calendar-mcp

maxiscoding28/apple-calendar-mcp
★ 0 stars Python AI/LLM Updated today
Local MCP server giving Claude Desktop full CRUD over macOS Calendar via EventKit, including recurring-event operations.
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": {
    "apple-calendar-mcp": {
      "command": "uvx",
      "args": [
        "apple-calendar-mcp"
      ]
    }
  }
}

Or install with pip: pip install apple-calendar-mcp