Loading MCP server directory, please wait...
Drive an Android emulator or device over adb: screenshot, inspect UI, tap, type, build and test.
npx @getmcp/cli add io.github.iksnerd/adb-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.iksnerd/adb-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/iksnerd/adb-mcp:0.22.2"
]
}
}
}