Skip to content
Gemini CLI

iCloud MCP for Gemini CLI

io.github.mrgo2/icloud-mcp

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

client:Gemini CLI transport:stdio runtime:npm

Install iCloud MCP in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

iCloud MCP in other clients