apple-calendar-mcp

jason21wc/apple-calendar-mcp
★ 0 stars Swift AI/LLM Updated today
Local MCP server giving Claude Code and Codex access to the macOS Calendar via native EventKit. Swift, no network, no credentials.
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": "npx",
      "args": [
        "-y",
        "jason21wc/apple-calendar-mcp"
      ]
    }
  }
}

README Excerpt

A local [MCP](https://modelcontextprotocol.io) server that lets Claude Code and Codex work with your macOS Calendar through native EventKit. Swift, no network, no cloud, no credentials. > ## ⚠️ This software can permanently delete calendar events > > Read this before installing. > > **macOS has no read-only calendar permission.** `requestFullAccessToEvents` is the only

Topics

calendarclaude-codeeventkitmacosmcpmodel-context-protocolswift