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
{
"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