Skip to content
Zed

iCloud MCP for Zed

io.github.mrgo2/icloud-mcp

Apple Mail, Calendar, Contacts, Reminders, Notes, Messages and Safari via AppleScript or iCloud

client:Zed transport:stdio runtime:npm

Install iCloud MCP 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": "npx",
      "args": [
        "-y",
        "mcp-icloud"
      ],
      "env": {
        "USE_LOCAL_MODE": "<USE_LOCAL_MODE>",
        "ICLOUD_EMAIL": "<ICLOUD_EMAIL>",
        "ICLOUD_APP_PASSWORD": "<ICLOUD_APP_PASSWORD>"
      }
    }
  }
}

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

iCloud MCP in other clients