Skip to content
Cursor

android for Cursor

io.github.martingeidobler/android

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

client:Cursor transport:stdio runtime:npm

Install android in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "android": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "android-mcp-server"
      ],
      "env": {
        "ANDROID_HOME": "<ANDROID_HOME>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

android in other clients