HomeOther › mobilerun

mobilerun

Control real Android and iOS devices with LLM agents — tap, swipe, type, automate flows.

Python Remote
★ 9,449 stars Last pushed 2026-09-16 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.mobilerun.ai/v1/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mobilerun https://api.mobilerun.ai/v1/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "mobilerun": {
      "url": "https://api.mobilerun.ai/v1/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer token — Mobilerun API key (dr_sk_...), from the app under AI & Agents.

Related servers

Data from the Official MCP Registry