Skip to content

mobile device mcp for Zed

io.github.saranshbamania/mobile-device-mcp

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

client:Zed transport:stdio runtime:npm

Install mobile device mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mobile-device-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mobile-device-mcp"
      ],
      "env": {
        "GOOGLE_API_KEY": "<GOOGLE_API_KEY>",
        "MOBILE_MCP_LICENSE_KEY": "<MOBILE_MCP_LICENSE_KEY>",
        "MCP_ADB_PATH": "<MCP_ADB_PATH>",
        "MCP_DEFAULT_DEVICE": "<MCP_DEFAULT_DEVICE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mobile device mcp in other clients