Skip to content
VS Code

DroidAgentKit for VS Code

io.github.ivamsi/droidagentkit

Local-first Android development MCP: Gradle, adb, logcat, lint, crash triage, Perfetto, visuals.

client:VS Code transport:stdio runtime:npm

Install DroidAgentKit in VS Code

.vscode/mcp.json

{
  "servers": {
    "droidagentkit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@droidagentkit/launcher"
      ]
    }
  }
}

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

DroidAgentKit in other clients