AutoMobile for Zed
dev.jasonpearson/auto-mobile
Mobile device interaction automation via MCP
client:Zed
transport:stdio
runtime:npm
Install AutoMobile in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"auto-mobile": {
"command": "npx",
"args": [
"-y",
"@kaeawc/auto-mobile"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs