androidbuild mcp for Cursor
io.github.dev-jackson/androidbuild-mcp
Build, deploy, drive and debug Android apps: Gradle, emulators, adb, logcat, UI automation
client:Cursor
transport:stdio
runtime:npm
Install androidbuild mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"androidbuild-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@asjackson/androidbuild-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs