Skip to content
Zed

iCloud for Zed

io.github.epinethrone/icloud-mcp

iCloud Mail, Calendar, Contacts, Reminders, Notes and Drive. Approval-first, self-hosted or local.

client:Zed transport:stdio runtime:pypi

Install iCloud 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-mcp": {
      "command": "uvx",
      "args": [
        "icloud-mcp-server"
      ],
      "env": {
        "ICLOUD_USERNAME": "<ICLOUD_USERNAME>",
        "ICLOUD_APP_PASSWORD": "<ICLOUD_APP_PASSWORD>",
        "ICLOUD_DISPLAY_NAME": "<ICLOUD_DISPLAY_NAME>",
        "DEFAULT_TIMEZONE": "<DEFAULT_TIMEZONE>",
        "SEND_REQUIRES_APPROVAL": "<SEND_REQUIRES_APPROVAL>",
        "AGENT_NOTES_FILE": "<AGENT_NOTES_FILE>",
        "OWNER_ADDRESSES": "<OWNER_ADDRESSES>",
        "WARMUP_ON_START": "<WARMUP_ON_START>",
        "TOOL_WORKERS": "<TOOL_WORKERS>"
      }
    }
  }
}

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

iCloud in other clients