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
{
"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