Odel
DroidAgentKit

DroidAgentKit

Local
@ivamsi1KotlinUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@droidagentkit/launcherv0.3.0-alpha

Run

npx -y @droidagentkit/launcher

MCP client config

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