Android runs on your own machine — the client starts it, so there is no endpoint to ping. 135 installs a week from npm. Last commit 10 Jul 2026.
Android MCP — ADB-based device, apps, UI, logcat, emulator, files, system, debug
We read the source, 19 h ago · rules 3dff92dd89df
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.
const child = spawn(emulatorPath, args, {
function update(){ document.getElementById('app').innerHTML = render(window.openai && window.openai.toolOutput); }
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add android -- npx -y @us-all/android-mcp
{
"mcpServers": {
"android": {
"args": [
"-y",
"@us-all/android-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.android]
command = "npx"
args = ["-y", "@us-all/android-mcp"]
{
"mcpServers": {
"android": {
"args": [
"-y",
"@us-all/android-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"android": {
"args": [
"-y",
"@us-all/android-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
ADB_PATH (Path to adb binary. Default: 'adb' on PATH.), ANDROID_HOME (Android SDK root. Used to resolve adb if ADB_PATH not set.), ANDROID_SERIAL (Default device serial when multiple devices are connected.), ANDROID_TOOLS (Comma-separated category allowlist. Default: all categories enabled.), ANDROID_DISABLE (Comma-separated category disablelist.), ANDROID_MCP_ALLOW_SHELL (Set to 'true' to enable arbitrary shell command execution. Default disabled.), ANDROID_MCP_ALLOW_WRITE (Set to 'true' to enable write/destructive tools. Default read-only.).
The author declared them in the registry entry; get the values from the project itself.
Build, deploy, drive and debug Android apps: Gradle, emulators, adb, logcat, UI automation
Control Android devices and emulators via ADB — screenshots, UI automation, and logcat.
Drive an Android emulator or device over adb: screenshot, inspect UI, tap, type, build and test.
AI-powered mobile device automation for Android and iOS devices, emulators, and simulators
MCP server for Android emulator automation via ADB.
MCP server for Android device control via ADB and scrcpy
Android/KMM MCP server: logcat, ADB device control, Compose previews, network, Maestro flows.
MCP server for mobile app automation: verify, control, and debug iOS, Android, TV, and desktop apps
Answers built from our own checks of this server.