Skip to content
Cursor

iCloud Mail for Cursor

io.github.julienrabault/icloud-mcp

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

client:Cursor transport:stdio runtime:pypi

Install iCloud Mail in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "icloud-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "icloud-mail-mcp"
      ],
      "env": {
        "ICLOUD_EMAIL": "<ICLOUD_EMAIL>",
        "ICLOUD_APP_PASSWORD": "<ICLOUD_APP_PASSWORD>",
        "ICLOUD_DISPLAY_NAME": "<ICLOUD_DISPLAY_NAME>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

iCloud Mail in other clients