android for Cursor
io.github.us-all/android
Android MCP — ADB-based device, apps, UI, logcat, emulator, files, system, debug
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",
"@us-all/android-mcp"
],
"env": {
"ADB_PATH": "<ADB_PATH>",
"ANDROID_HOME": "<ANDROID_HOME>",
"ANDROID_SERIAL": "<ANDROID_SERIAL>",
"ANDROID_TOOLS": "<ANDROID_TOOLS>",
"ANDROID_DISABLE": "<ANDROID_DISABLE>",
"ANDROID_MCP_ALLOW_SHELL": "<ANDROID_MCP_ALLOW_SHELL>",
"ANDROID_MCP_ALLOW_WRITE": "<ANDROID_MCP_ALLOW_WRITE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs