upload_playstore_metadata
Upload app metadata to Google Play Console for all configured locales.
Description
This tool uploads your app's metadata (title, description, etc.) to Google Play Console. It uses the Google Play Developer API and handles authentication via your configured service account.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
projectId | string | No | Project ID (uses default if not specified) |
locales | string[] | No | Specific locales to upload (default: all) |
fields | string[] | No | Specific fields to upload (default: all) |
track | string | No | Release track: production, beta, alpha, internal |
dryRun | boolean | No | Preview changes without uploading |
Example Usage
Ask Claude to upload your metadata:
Natural Language Promptstext
"Upload the metadata to Google Play Store""Push the German and Japanese translations to Play Console""Upload only the short description to Play Store"
Response
{"success": true,"uploaded": {"locales": ["en-US", "de-DE", "ja-JP"],"fields": ["title", "shortDescription", "fullDescription"]},"results": [{ "locale": "en-US", "status": "success" },{ "locale": "de-DE", "status": "success" },{ "locale": "ja-JP", "status": "success" }]}
Play Store Locale Codes
Google Play uses different locale codes than iOS. The MCP server automatically maps iOS locale codes (e.g., en-US) to Play Store codes (e.g., en-US) when needed.
Supported Fields
title- App title (50 characters)shortDescription- Short description (80 characters)fullDescription- Full description (4000 characters)recentChanges- Release notes (500 characters)video- Promo video URL