Google Play Console MCP for Zed
io.github.agimaulana/google-play-mcp
Google Play release lifecycle: tracks, testers, rollout, and Android Vitals.
client:Zed
transport:stdio
runtime:pypi
Install Google Play Console MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"google-play-mcp": {
"command": "uvx",
"args": [
"google-play-mcp"
],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "<GOOGLE_APPLICATION_CREDENTIALS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs