HomeDevelopment › android-mcp-server

android-mcp-server

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

TypeScript Local
★ 71 stars Last pushed 2026-03-18 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.2.1)

npx -y android-mcp-server@1.2.1

Or add to your MCP client config:

{
  "mcpServers": {
    "android-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "android-mcp-server@1.2.1"
      ],
      "env": {
        "ANDROID_HOME": "<YOUR_VALUE>"
      }
    }
  }
}
  • ANDROID_HOME — Path to Android SDK (auto-detected on macOS at ~/Library/Android/sdk)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry