adb-mcp
01Plugin Claude Code
Plugin marketplace listing 1 plugin: adb-mcp.
Plugin Claude Code
Plugin marketplace listing 1 plugin: adb-mcp.
Skill Claude CodeCodex
Cut an adb-mcp release — review what's landed since the last tag, verify the new tools actually work over a real stdio session, bump the four version files that CI hard-fails on, write the CHANGELOG section that becomes the release notes, replicate the release gate locally, then tag, push, and confirm the GitHub…
MCP server Claude CodeCodexCursor +2
MCP server "adb" as configured in iksnerd/adb-mcp. Launched with adb-mcp.
Skill Claude CodeCodex
Mapping a multi-module Gradle project before guessing a task name, building a variant, running JVM vs on-device tests, and turning a JaCoCo coverage report into the specific lines that need a test. Use when building, testing, or checking coverage for an Android/Gradle project.
Skill Claude CodeCodex
Using logcat to surface the real "Caused by:" root cause hidden behind a generic UI error, plus app lifecycle tools for reproducing failures. Use when an app crashes, shows a generic error dialog, or a task needs to find why a native call failed.
Skill Claude CodeCodex
The core observe→locate→act→re-observe loop for driving an Android UI with adb-mcp — true-pixel coordinates, and gotchas like overlays eating taps, keyboards covering buttons, and settle delays. Use whenever tapping, swiping, typing, or otherwise interacting with an Android screen.
Skill Claude CodeCodex
How to list AVDs, boot an emulator, target a device with the serial argument, and run a first interaction with adb-mcp. Use when starting a new Android automation task, or when no device/emulator is booted yet.
Skill Claude CodeCodex
Entering digits on native (non-IME) PIN pads, and setting/clearing a secure lock screen required by AndroidKeyStore / Keystore-backed crypto flows. Use when a task needs to unlock a device, enter a PIN, or set/clear a device lock.
Skill Claude CodeCodex
The RN/Expo dev-build recipe for adb-mcp — adbreverse before launching (or the dev client silently runs its embedded bundle), appstate to confirm it is on Metro, on the RIGHT Metro, and not serving stale JavaScript after a git checkout, then reloadapp. Use whenever driving a React Native or Expo dev build, or when…
Plugin Claude Code
Drive an Android emulator or device over adb: screenshot, inspect UI, tap, type, build and test.
MCP server Claude CodeCodexCursor +2
MCP server "adb-mcp" as configured in iksnerd/adb-mcp. Runs in Docker (ghcr.io/iksnerd/adb-mcp:0.23.0).