Skip to content
Claude Desktop

mobilerun for Claude Desktop

io.github.droidrun/mobilerun

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

client:Claude Desktop transport:streamable-http

Install mobilerun in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "mobilerun": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.mobilerun.ai/v1/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

mobilerun in other clients