Getting Started
Prerequisites
- Google Cloud Project with the Google Play Developer API enabled
- Service Account with access to your Play Console
- Python 3.11+,
uvx, or Docker installed
Installation
Google Cloud Setup
1. Create a Service Account
- Go to Google Cloud Console
- Create or select a project
- Enable the Google Play Developer API
- Navigate to IAM & Admin → Service Accounts
- Create a new service account
- Download the JSON key file
2. Grant Play Console Access
- Go to Google Play Console
- Navigate to Users and permissions
- Click Invite new users
- Enter the service account email (found in the JSON key file)
- Grant permissions based on what you need:
| Permission | Required For |
|---|---|
| Release apps to testing tracks | Internal, alpha, beta deployments |
| Release apps to production | Production releases |
| Reply to reviews | Review management |
| View app information and download bulk reports | Vitals, app details |
3. Set Credentials
Add this to your shell profile (.bashrc, .zshrc, etc.) to persist it.
Verify Setup
Once configured with an MCP client, try a simple tool call:
If credentials are working, try: