Skip to content
Cursor

iCloud for Cursor

io.github.epinethrone/icloud-mcp

iCloud Mail, Calendar, Contacts, Reminders, Notes and Drive. Approval-first, self-hosted or local.

client:Cursor transport:stdio runtime:pypi

Install iCloud 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-mcp-server"
      ],
      "env": {
        "ICLOUD_USERNAME": "<ICLOUD_USERNAME>",
        "ICLOUD_APP_PASSWORD": "<ICLOUD_APP_PASSWORD>",
        "ICLOUD_DISPLAY_NAME": "<ICLOUD_DISPLAY_NAME>",
        "DEFAULT_TIMEZONE": "<DEFAULT_TIMEZONE>",
        "SEND_REQUIRES_APPROVAL": "<SEND_REQUIRES_APPROVAL>",
        "AGENT_NOTES_FILE": "<AGENT_NOTES_FILE>",
        "OWNER_ADDRESSES": "<OWNER_ADDRESSES>",
        "WARMUP_ON_START": "<WARMUP_ON_START>",
        "TOOL_WORKERS": "<TOOL_WORKERS>"
      }
    }
  }
}

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

iCloud in other clients