Skip to content
Cursor

Icemoon — control a real iPhone with AI for Cursor

app.icemoon/automation-studio

Control real, physical iPhones with AI: screen reading, human-like touch, no jailbreak.

client:Cursor transport:stdio runtime:npm

Install Icemoon — control a real iPhone with AI 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": {
    "automation-studio": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "icemoon-mcp"
      ],
      "env": {
        "ICEMOON_APP": "<ICEMOON_APP>",
        "ICEMOON_DASHBOARD_URL": "<ICEMOON_DASHBOARD_URL>"
      }
    }
  }
}

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

Icemoon — control a real iPhone with AI in other clients