Launch offer: up to 30% off annual plans
Waitpid
Remote MCP is here

Operate cloud phones from any AI assistant

Connect Claude, Cursor or any MCP-capable assistant to one address. It reads the screen, taps and types — no scripts, no coordinates.

For any MCP-capable assistant
Claude CodeCursorCodexVS CodeZedWindsurf

Prefer local? wp_cli gives you the same thing from the command line.

Automation that understands the screen

Tapping by screenshot coordinates breaks the moment a layout shifts. These tools let the assistant read the screen and act reliably.

Reads the screen

It sees every element on screen — buttons, fields, text — not just pixels.

ui_inspectstatusscreenshot

Acts reliably

Finds the right element, and retries on its own when the screen changes.

ui_tapui_typeui_waitui_swipeui_key

Types any text

Fills in any language, including Chinese and emoji, exactly as written.

ui_typeapp_launchapp_list

Controlled access

Advanced commands are open only to keys you grant, and always logged.

run_command
Agent Skill

MCP does the work. The Skill guides it.

The cloud-phone-automation Skill gives your assistant a tested routine for real apps, so it works reliably instead of guessing.

1Look first, then actRead the screen before every action, and target elements by name.
2Stay currentWhen the screen changes, read it again instead of acting on stale information.
3Recover on its ownWait for what should come next, and retry when it does not appear.
cloud-phone-automation
device_list 42 tiktok-us-01 running · 43 tiktok-us-02 runningdevice_use { device: "42" }ui_inspect n12 Button "Sign in" · n8 EditText @username …ui_type { element: "n8", text: "你好世界" }ui_tap { element: "n12" } → ui_wait { text: "Welcome" } ✓

Connect in three steps

From nothing to a working setup in a few minutes.

Get a key

Create a key in the console and choose what it can do. Advanced actions are optional.

Prefer the command line? Download wp_cli, sign in, and run wp_cli mcp.

Works with your assistant

Any MCP-capable client connects with an address and a key. Here is how.

Claude Code
claude mcp add --transport http cloud-phone https://mcp.waitpid.ai \
  --header "Authorization: Bearer wpa_..."

Frequently asked questions

Setup, security and how it all fits together.

Same features, two ways to use them. The online endpoint (https://mcp.waitpid.ai) is hosted by us — your assistant connects with an address and a key, nothing to install. wp_cli does the same thing on your own computer from the command line. Both run through the same service with the same logging.

Put an AI assistant on your cloud phones

Get a key, paste one config, and let your assistant take it from there.