Back to directory
martingeidobler/android-mcp-server

martingeidobler/android-mcp-server

@martingeidobler

MCP server for controlling Android emulators and devices via ADB. Gives AI assistants the ability to see, interact with, and debug Android apps — taking screenshots, tapping elements, reading logs, and documenting bugs.

androidadbemulatorautomationscreenshotui-testingmobiledebugging

Installation & Configuration

{
  "mcpServers": {
    "android": {
      "command": "npx",
      "args": [
        "-y",
        "android-mcp-server"
      ],
      "env": {
        "ANDROID_HOME": "/path/to/android/sdk"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/11
Updated
2026/6/12