Skip to content
Cline

DroidAgentKit for Cline

io.github.ivamsi/android-agent-kit

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

client:Cline transport:stdio runtime:npm

Install DroidAgentKit in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

DroidAgentKit in other clients