HomeCommunication › iCloud MCP

iCloud MCP

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

TypeScript CloudLocal macOS
★ 52 stars Last pushed 2026-08-11 License: MIT

Topics: Communication

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.1.3)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "icloud-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "USE_LOCAL_MODE": "<YOUR_VALUE>",
        "ICLOUD_EMAIL": "<YOUR_VALUE>",
        "ICLOUD_APP_PASSWORD": "<YOUR_VALUE>"
      }
    }
  }
}
  • USE_LOCAL_MODE — true (default) drives the macOS apps via AppleScript; false uses the iCloud protocols
  • ICLOUD_EMAIL — iCloud address, required only for cloud mode
  • ICLOUD_APP_PASSWORD secret — App-specific password from appleid.apple.com, required only for cloud mode

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry