Skip to content

Apple Calendar for Zed

io.github.redpop/apple-calendar-mcp

Read and create Apple Calendar events on macOS, and find free time across calendars.

client:Zed transport:stdio runtime:npm

Install Apple Calendar in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "apple-calendar-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@redpop/apple-calendar-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Apple Calendar in other clients