← Index

io.github.martingeidobler/android

io.github.martingeidobler/android·v1.2.1·Monitoring & Logs
Quality Score
84
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "android": {
      "command": "npx",
      "args": [
        "-y",
        "android-mcp-server"
      ],
      "env": {
        "ANDROID_HOME": "<android_home>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "android": {
      "command": "npx",
      "args": [
        "-y",
        "android-mcp-server"
      ],
      "env": {
        "ANDROID_HOME": "<android_home>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y android-mcp-server
§02  Environment variables
ANDROID_HOME

Path to Android SDK (auto-detected on macOS at ~/Library/Android/sdk)

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Monitoring & Logs