Control real, physical iPhones with AI: screen reading, human-like touch, no jailbreak.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y icemoon-mcp
MCP client config
{
"mcpServers": {
"icemoon-control-a-real-iphone-with-ai": {
"command": "npx",
"args": [
"-y",
"icemoon-mcp"
]
}
}
}