← Back to Plugins
MCP Server MCP

io.github.saranshbamania/mobile-device-mcp

github By github 👁 1 views ▲ 0 votes

AI control of Android/iOS devices. Screenshots, UI tree, AI vision, Flutter, video. 49 tools.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mobile-device-mcp",
      "version": "0.2.9",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Google API key for AI visual analysis tools. Get a free key at aistudio.google.com/apikey",
          "format": "string",
          "isSecret": true,
          "name": "GOOGLE_API_KEY"
        },
        {
          "description": "Pro license key to unlock all 49 tools (format: MDMCP-XXXXX-XXXXX-XXXXX-XXXXX). Get Pro at rzp.io/rzp/r4ijQsJY",
          "format": "string",
          "isSecret": true,
          "name": "MOBILE_MCP_LICENSE_KEY"
        },
        {
          "description": "Custom path to ADB binary. Auto-detected from PATH if not set.",
          "format": "string",
          "name": "MCP_ADB_PATH"
        },
        {
          "description": "Device serial number to use when multiple devices are connected. Auto-detected if only one device is connected.",
          "format": "string",
          "name": "MCP_DEFAULT_DEVICE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...