← Back to Plugins
MCP Server MCP

io.github.droidrun/mobilerun

github By github 👁 1 views ▲ 0 votes

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

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.mobilerun.ai/v1/mcp",
      "headers": [
        {
          "description": "Bearer token — Mobilerun API key (dr_sk_...), from the app under AI & Agents.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...