androidbuild mcp for Zed
io.github.dev-jackson/androidbuild-mcp
Build, deploy, drive and debug Android apps: Gradle, emulators, adb, logcat, UI automation
client:Zed
transport:stdio
runtime:npm
Install androidbuild mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"androidbuild-mcp": {
"command": "npx",
"args": [
"-y",
"@asjackson/androidbuild-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs