← Back to browse

mobile-device-mcp

Indexed by io.github.saranshbamania

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsGOOGLE_API_KEY MOBILE_MCP_LICENSE_KEY MCP_ADB_PATH MCP_DEFAULT_DEVICE
Claude Code
claude mcp add --env GOOGLE_API_KEY= --env MOBILE_MCP_LICENSE_KEY= --env MCP_ADB_PATH= --env MCP_DEFAULT_DEVICE= mobile-device-mcp -- npx mobile-device-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mobile-device-mcp","command":"npx","args":["mobile-device-mcp"],"env":{"GOOGLE_API_KEY":"","MOBILE_MCP_LICENSE_KEY":"","MCP_ADB_PATH":"","MCP_DEFAULT_DEVICE":""}}'
JSON
{
  "mcpServers": {
    "mobile-device-mcp": {
      "command": "npx",
      "args": [
        "mobile-device-mcp"
      ],
      "env": {
        "GOOGLE_API_KEY": "",
        "MOBILE_MCP_LICENSE_KEY": "",
        "MCP_ADB_PATH": "",
        "MCP_DEFAULT_DEVICE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.