Skip to content

Icemoon — control a real iPhone with AI for Zed

app.icemoon/automation-studio

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

client:Zed transport:stdio runtime:npm

Install Icemoon — control a real iPhone with AI in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "automation-studio": {
      "command": "npx",
      "args": [
        "-y",
        "icemoon-mcp"
      ],
      "env": {
        "ICEMOON_APP": "<ICEMOON_APP>",
        "ICEMOON_DASHBOARD_URL": "<ICEMOON_DASHBOARD_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Icemoon — control a real iPhone with AI in other clients