Odel
Icemoon — control a real iPhone with AI

Icemoon — control a real iPhone with AI

Local
@icemoon-devJavaScriptUpdated 1mo ago

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).

npmicemoon-mcpv1.0.1

Run

npx -y icemoon-mcp

MCP client config

{
  "mcpServers": {
    "icemoon-control-a-real-iphone-with-ai": {
      "command": "npx",
      "args": [
        "-y",
        "icemoon-mcp"
      ]
    }
  }
}