Serversio.github.saranshbamania/mobile-device-mcp
M

io.github.saranshbamania/mobile-device-mcp

io.github.saranshbamania/mobile-device-mcp · v0.2.9
▦ npm
v0.2.9npm npm: mobile-device-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.saranshbamania/mobile-device-mcp",
  "description": "AI control of Android/iOS devices. Screenshots, UI tree, AI vision, Flutter, video. 49 tools.",
  "repository": {
    "url": "https://github.com/saranshbamania/mobile-device-mcp",
    "source": "github"
  },
  "version": "0.2.9",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}