MCP server for Google Play Store command line tools
MCP Google Play becomes available to MCP clients through the mcp google play mcp server. MCP server for Google Play Store command line tools.
An MCP (Model Context Protocol) server that provides Google Play Store command line tools integration for AI assistants like Claude.
Once connected, the assistant can call these 9 tools directly:
list_apps — List all apps in your Play Consoleget_app_info — Get detailed information about an applist_releases — List releases for an appcreate_release — Create a new releaseupdate_listing — Update store listing informationget_reviews — Get app reviewsreply_to_review — Reply to a user reviewget_statistics — Get app statistics and metricsConfiguration — 1. Create a Google Cloud service account with Play Console API access 2. Download the service account JSON key file 3. Use one of these methods to provide theThe server is distributed via npm as @blocktopus/mcp-google-play, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
The server reads one environment variable: GOOGLE_APPLICATION_CREDENTIALS. Keep credentials in your client's env block or a secrets manager rather than committing them.
Cloud and DevOps servers put infrastructure on speaking terms with your assistant, so "why is this broken?" is answered from real state rather than a generic checklist. MCP Google Play sits in that group, and the shape of its toolset — list_apps, get_app_info, list_releases among others — tells you what it is really for. Worth comparing against the other cloud devops servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| list_apps | List all apps in your Play Console |
| get_app_info | Get detailed information about an app |
| list_releases | List releases for an app |
| create_release | Create a new release |
| update_listing | Update store listing information |
| get_reviews | Get app reviews |
| reply_to_review | Reply to a user review |
| get_statistics | Get app statistics and metrics |
| Configuration | 1. Create a Google Cloud service account with Play Console API access 2. Download the service account JSON key file 3. Use one of these methods to provide the API key: |
{
"mcpServers": {
"google-play": {
"command": "npx",
"args": [
"@blocktopus/mcp-google-play",
"--api-key",
"/path/to/service-account-key.json"
]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| GOOGLE_APPLICATION_CREDENTIALS | Configuration value read at startup. | Optional |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.