Hosted MCP server, the one-prompt Mobile Harness, a REST API with SDKs. Plus native nodes for the platforms your team already uses.
Pick the path that fits your agent. Each one needs an API key from cloud.mobilerun.ai, it starts with dr_sk_.
Give Claude Code, Claude Desktop, Cursor or VS Code real Android and iOS cloud phones. Hosted over HTTP, no ADB, no local setup. Claude Code is one command:
claude mcp add --transport http mobilerun https://api.mobilerun.ai/v1/mcp --header "Authorization: Bearer dr_sk_YOUR_API_KEY"
For Claude Desktop, Cursor or VS Code, paste this into your MCP config:
{
"mcpServers": {
"mobilerun": {
"url": "https://api.mobilerun.ai/v1/mcp",
"transport": "http",
"headers": {
"Authorization": "Bearer dr_sk_YOUR_API_KEY"
}
}
}
}
Portable operating instructions plus the mobilerun_core
Python API for coding agents. Drives cloud phones and local devices,
Android via ADB, iOS via portal. Setup is one prompt:
Set up https://github.com/droidrun/mobile-harness for me. Read `install.md` and follow the steps to install `mobile-harness`.
Your agent reads install.md, installs mobilerun-core and is ready to operate phones.
Every integration on this page runs on the same API. If your tool isn't listed, mobilerun is one HTTP call away. Python and TypeScript SDKs included.
curl https://api.mobilerun.ai/v1/tasks \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MOBILERUN_CLOUD_API_KEY" \
-d '{
"deviceId": "YOUR_DEVICE_ID",
"task": "Open the Stripe app and export the latest payouts"
}' Trigger real-device mobile automation from any n8n flow. Creator workflows, mobile QA, customer messaging, data pipelines, all through visual nodes.
Learn more →Native integrations for the platforms your team already uses. A REST API and SDKs for the rest.
Pick a native integration, or call the API from anywhere. Real device under five minutes.