Skip to content
Zed

icloud calendar for Zed

io.github.iceywu/icloud-calendar

Manage Apple iCloud Calendar through a reliable CalDAV MCP server.

client:Zed transport:stdio runtime:npm

Install icloud calendar in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "icloud-calendar": {
      "command": "npx",
      "args": [
        "-y",
        "icloud-calendar-mcp"
      ],
      "env": {
        "ICLOUD_USERNAME": "<ICLOUD_USERNAME>",
        "ICLOUD_APP_PASSWORD": "<ICLOUD_APP_PASSWORD>"
      }
    }
  }
}

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

icloud calendar in other clients