Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Google Play Console MCP in other clients