mcpbeat Sign in

adb-mcp: Android emulator and device control over adb MCP Server

local only

adb-mcp: Android emulator and device control over adb runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 26 Aug 2026.

Drive an Android emulator or device over adb: screenshot, inspect UI, tap, type, build and test.

Installs / week
not published
2
Stars
0 open issues
26 Aug 2026
Last commit
from GitHub
MIT
License
Go

What the code does

We read the source, 13 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command .claude/skills/release/mcp_drive.py:36
    proc = subprocess.Popen(
        path := filepath.Join(opts.Destination, rel)
Builds a database query by concatenation internal/adb/packages.go:354
            s.LastHMRUpdate = markerTime.Format(time.RFC3339)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to adb-mcp: Android emulator and device control over adb

same job, measured the same way
Android
by martingeidobler

Control Android devices and emulators via ADB — screenshots, UI automation, and logcat.

191 installs/wk local only
Android Puppeteer MCP
by pedro-rivas

MCP server for Android automation with UI interaction, screenshots, and device control

81 installs/wk local only
Mobile Device MCP
by saranshbamania

AI control of Android/iOS devices. Screenshots, UI tree, AI vision, Flutter, video. 49 tools.

86 installs/wk local only
Native DevTools
by sh3ll3x3c

MCP server for desktop, browser (CDP), and Android automation. Screenshot, OCR, click, type.

176 installs/wk local only
RokuMCP
by jack1590

MCP server for Roku device automation — deploy, ECP control, screenshots, and debug console

73 installs/wk local only
Ikenga iyke (control bridge)
by royalti-io

Drive a running Ikenga desktop app from MCP clients — DOM, click, type, navigate, screenshot.

145 installs/wk local only
Ikenga iyke (control bridge)
by ikenga

Drive a running Ikenga desktop app from MCP clients — DOM, click, type, navigate, screenshot.

local only
Renforge
by alex-jordan547

Inspect, drive and debug a running Ren'Py game: state, screenshots, guarded clicks, saves, builds.

254 installs/wk local only

adb-mcp: Android emulator and device control over adb — questions

Answers built from our own checks of this server.

Why is there no uptime for adb-mcp: Android emulator and device control over adb?
adb-mcp: Android emulator and device control over adb runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is adb-mcp: Android emulator and device control over adb open source?
Yes — it is published under the MIT licence, written in Go and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.