android for Zed
io.github.martingeidobler/android
Control Android devices and emulators via ADB — screenshots, UI automation, and logcat.
client:Zed
transport:stdio
runtime:npm
Install android in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"android": {
"command": "npx",
"args": [
"-y",
"android-mcp-server"
],
"env": {
"ANDROID_HOME": "<ANDROID_HOME>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs