Skip to content
VS Code

androidbuild mcp for VS Code

io.github.dev-jackson/androidbuild-mcp

Build, deploy, drive and debug Android apps: Gradle, emulators, adb, logcat, UI automation

client:VS Code transport:stdio runtime:npm

Install androidbuild mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "androidbuild-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@asjackson/androidbuild-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

androidbuild mcp in other clients