Control real, physical iPhones with AI: screen reading, human-like touch, no jailbreak.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Give your AI hands. Icemoon exposes physical iPhones to Claude (and any MCP-compatible client) through a local Model Context Protocol server. The AI reads the device screen, plans multi-step tasks, and executes them with human-like touch β on stock iOS, no jailbreak.
This repository is the official documentation and integration reference for the MCP server that ships inside the Icemoon app. The server itself is bundled with the app (commercial, closed source); everything you need to connect it to your MCP client is documented here.
Website: icemoon.app Β· MCP overview: icemoon.app/mcp Β· Install guide: icemoon.app/install
automation-studio) in ~/Library/Application Support/Claude/claude_desktop_config.json automatically, with its bundled Python runtime β nothing to install by hand.Ask something like:
Open Settings on my iPhone, turn on Do Not Disturb, and verify it stuck.
icemoon-mcp is a tiny launcher: it finds the installed Icemoon app and hands stdio to the server bundled inside it. No Python to install, no paths to look up.
The launcher itself is MIT-licensed and has zero dependencies β read it, it is about a hundred lines. It does nothing on its own: the Icemoon app must be installed and licensed, otherwise it prints where to get it and exits.
If an AI agent is doing the setup for you, point it at llms-install.md β the prerequisites to check, the config to write, and what each failure message means.
| Variable | Default | Purpose |
|---|---|---|
ICEMOON_APP | /Applications/AutomationStudio.app | Path to the app bundle, if installed elsewhere |
ICEMOON_DASHBOARD_URL | http://127.0.0.1:8088 | Where the running Icemoon app listens |
If you would rather not go through npm, any MCP client can run the bundled server directly β point it at the bundle's runtime and script:
Notes:
DASHBOARD_URL is the local Icemoon dashboard (default port 8088); the app must be running.claude_desktop_config.json.53 tools across eight groups β full reference with parameters in docs/tools.md. The same list is published as a machine-readable server card.
| Group | Tools | What the AI gets |
|---|---|---|
| Devices & session | list_devices connect_device disconnect_device device_status get_metrics | Discover running devices, pooled connections, per-call port= targeting |
| Screen understanding | get_visible_elements identify_screen get_screen_info get_screen_map get_element_at_position find_by_id find_by_label get_nav_map screenshot_save | Structured UI reading β elements, screen fingerprints, app navigation maps |
| Touch & input | tap tap_by_id tap_by_label tap_relative double_tap touch_hold swipe swipe_relative scroll pinch type_text smart_type keyboard_dismiss press_button | Human-like gesture synthesis; typing through the real iOS keyboard |
| Apps & navigation | open_app kill_app get_app_list navigate_to wait_for_screen | navigate_to walks to a target screen in one call: detect β path β execute β verify |
| Batching & plans | run_batch sleep_delay foreach_elements plan_create plan_add_step plan_update_step plan_get | Whole action sequences in one round-trip; live plan progress on the dashboard |
| Device state | lock_device unlock_device set_location pasteboard_get pasteboard_set video_record set_action_recording | Lock/unlock, clipboard, screen recording, simulated GPS, action recording |
| Scheduling & scripts | schedule_task list_scheduled_tasks delete_scheduled_task list_saved_scripts | Fire saved automations later, on a calendar, across the fleet |
| Utilities | http_request get_2fa_code | Fetch external data mid-task (SSRF-safe URL validation); generate TOTP codes for sign-in flows |
127.0.0.1; devices are attached over USB.http_request validates URLs and blocks private-network targets.Is this open source? The docs, examples, and manifest in this repo are MIT. The server ships inside the commercial Icemoon app.
Does it work without the Icemoon app? No β the MCP server is the AI-facing surface of the app's automation engine.
Android? No, iOS only. That focus is where the human-like input and no-jailbreak setup come from.
Which plans include it? Farm and Scale β see pricing.
icemoon-mcp on npmIcemoon β automate real iPhones with human-like touch, from your Mac, no jailbreak.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/icemoon-control-a-real-iphone-with-ai)<a href="https://allmcps.com/mcp/icemoon-control-a-real-iphone-with-ai"><img src="https://allmcps.com/api/badge/icemoon-control-a-real-iphone-with-ai?style=directory" alt="Icemoon β control a real iPhone with AI on AllMCPs" /></a>