Connects Claude to the Google Play Console via service account credentials, exposing 34 tools across releases, store listings, monetization, reviews, and Android Vitals. You can ask it to upload AABs to internal tracks, reply to 1-star reviews, check crash rates, manage subscriptions and in-app products, or pull historical review and acquisition CSVs from your Cloud Storage export bucket. Supports both read-only mode for safe exploration and full write access for publishing workflows. Uses the Android Publisher and Play Developer Reporting APIs under the hood, with automatic edit management for transactional operations. Runs via npx with zero installation beyond dropping a service account key into your MCP config.
PLAY_SERVICE_ACCOUNT_JSONsecretInline Google service-account key JSON (recommended). Alternatively set GOOGLE_APPLICATION_CREDENTIALS to a key file path.
GOOGLE_APPLICATION_CREDENTIALSPath to a Google service-account key file (alternative to PLAY_SERVICE_ACCOUNT_JSON).
PLAY_DEVELOPER_ACCOUNT_IDNumeric Play developer account id. Required only for the `users` (permissions) toolset.
PLAY_REPORTS_BUCKETCloud Storage report-export bucket for the `play_reviews_export` and `play_stats_export` tools — the value from Play Console > Download reports > 'Copy Cloud Storage URI' (pubsite_prod_rev_...). Not the developer account id.
PLAY_STORAGE_CREDENTIALSPath to a credentials JSON used only for the storage/reviews-export client. The report buckets usually can't be granted to a service account; locally `gcloud auth application-default login` is auto-detected instead.
PLAY_TOOLSETSComma-separated toolsets to enable, or 'all'. Toolsets: releases, store_listing, monetization, commerce, reviews, users, devices, advanced, vitals, reports, workflows.
PLAY_READ_ONLYSet to 'true' to expose only read-only actions.
inditextech/mcp-server-simulator-ios-idb
mobile-next/mobile-mcp
alexgladkov/claude-in-mobile
srmorete/mobile-device-mcp