Odel
Google Play Console MCP

Google Play Console MCP

Local
@agimaulana6PythonMITUpdated 3mo ago

Google Play release lifecycle: tracks, testers, rollout, and Android Vitals.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIgoogle-play-mcpv0.5.0

Run

uvx google-play-mcp

MCP client config

{
  "mcpServers": {
    "google-play-console-mcp": {
      "command": "uvx",
      "args": [
        "google-play-mcp"
      ]
    }
  }
}