New Mobilerun VA is now in beta — a hosted 24/7 agent for mobile automation
Integrations

Plug into your stack.

Hosted MCP server, the one-prompt Mobile Harness, a REST API with SDKs. Plus native nodes for the platforms your team already uses.

Connect

Three ways in.

Pick the path that fits your agent. Each one needs an API key from cloud.mobilerun.ai, it starts with dr_sk_.

01

MCP server

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:

terminal
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:

mcp config · json
{
  "mcpServers": {
    "mobilerun": {
      "url": "https://api.mobilerun.ai/v1/mcp",
      "transport": "http",
      "headers": {
        "Authorization": "Bearer dr_sk_YOUR_API_KEY"
      }
    }
  }
}
Full MCP setup, OAuth and FAQ →
02

Mobile Harness

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:

prompt · paste into your agent
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.

mobile-harness on GitHub →
03

REST API

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.

POST /v1/tasks
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"
  }'
API reference →
Categories

Built to connect.

Native integrations for the platforms your team already uses. A REST API and SDKs for the rest.

Automation Platforms

  • Zapier live
  • n8n featured
  • Make live

AI Frameworks

  • LangChain live
  • CrewAI live
  • OpenAI Agents SDK live
  • OpenClaw live

Developer Tools

  • REST API live
  • Python SDK pypi
  • TypeScript SDK npm
  • CLI brew
  • MCP Server live
  • Mobile Harness github

Plug it in.
Ship today.

Pick a native integration, or call the API from anywhere. Real device under five minutes.