Skip to content
Zed

iCloud Mail for Zed

io.github.julienrabault/icloud-mcp

Read, search, draft, send and file iCloud Mail over IMAP and SMTP. No tool destroys mail.

client:Zed transport:stdio runtime:pypi

Install iCloud Mail 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-mail-mcp"
      ],
      "env": {
        "ICLOUD_EMAIL": "<ICLOUD_EMAIL>",
        "ICLOUD_APP_PASSWORD": "<ICLOUD_APP_PASSWORD>",
        "ICLOUD_DISPLAY_NAME": "<ICLOUD_DISPLAY_NAME>"
      }
    }
  }
}

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

iCloud Mail in other clients