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.
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_.
MCP server
Give Claude Code, Claude Desktop, Cursor or VS Code real Android and iOS 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"
}
}
}
} Mobile Harness
Portable operating instructions plus the mobilerun_core
Python API for coding agents. Drives real 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.
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.
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"
}' n8n × mobilerun
Trigger real-device mobile automation from any n8n flow. Creator workflows, mobile QA, customer messaging, data pipelines, all through visual nodes.
Learn more →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.