mcpbeat Sign in

Icemoon — control a real iPhone with AI MCP Server

local only

Icemoon — control a real iPhone with AI runs on your own machine — the client starts it, so there is no endpoint to ping. 21 installs a week from npm. Last commit 3 Aug 2026.

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

Installs per day peak 209 · avg 7
a month agotoday
21
Installs / week
npm · icemoon-mcp
0
Stars
0 open issues
3 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

const child = spawn(found.python, [found.server], {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add automation-studio -- npx -y icemoon-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "automation-studio": {
      "args": [
        "-y",
        "icemoon-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.automation-studio]
command = "npx"
args = ["-y", "icemoon-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "automation-studio": {
      "args": [
        "-y",
        "icemoon-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "automation-studio": {
      "args": [
        "-y",
        "icemoon-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ICEMOON_APP (Path to AutomationStudio.app if it is not in /Applications. The Icemoon macOS app must be installed and licensed — get it at https://icemoon.app), ICEMOON_DASHBOARD_URL (Where the running Icemoon app listens locally. Defaults to http://127.0.0.1:8088). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Icemoon — control a real iPhone with AI

same job, measured the same way
Android Puppeteer MCP
by pedro-rivas

MCP server for Android automation with UI interaction, screenshots, and device control

78 installs/wk local only
WinCtl
by sitharaj88

Windows desktop control for AI agents: screen, UI Automation, input, processes, files, shell.

22 installs/wk local only
Workflowy
by jbeshir

Search, read, create, and organize Workflowy nodes with breadcrumb context.

local only
Computer Use
by domdomegg

Control your computer with screenshots, mouse, and keyboard automation.

362 installs/wk local only
Zevari
by zevari

Controlled LinkedIn and GTM MCP server with review-gated prospecting and outreach workflows.

answering
SSH MCP Tool
by oaslananka

Secure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP.

local only
Bitsbound Contract Automation
by taytrom

AI contract automation with partner-level redlines, OOXML Track Changes, and risk analysis.

174 installs/wk local only
Contract Automation
by bitsbound

AI contract automation with partner-level redlines, OOXML Track Changes, and risk analysis.

local only

Icemoon — control a real iPhone with AI — questions

Answers built from our own checks of this server.

Why is there no uptime for Icemoon — control a real iPhone with AI?
Icemoon — control a real iPhone with AI runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package icemoon-mcp was installed 21 times last week.
How do I connect Icemoon — control a real iPhone with AI?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls icemoon-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Icemoon — control a real iPhone with AI?
The npm package icemoon-mcp was installed 21 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Icemoon — control a real iPhone with AI open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.