Google Play Store

by blocktopusltd

Not rated
GitHub

About

Integrates with Google Play Store command-line tools, enabling AI assistants to manage apps via the Play Console API.

Details

Author
blocktopusltd
Categories
Cloud Service, Other, API, Infrastructure
Tags
#mobile, #google-cloud

Setup

Install Google Play Store in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/blocktopusltd/mcp-google-play

Follow the installation instructions in the repository README, then restart your MCP client.

Integrates with Google Play Store command-line tools, enabling AI assistants to manage apps via the Play Console API.

An MCP (Model Context Protocol) server that provides Google Play Store command line tools integration for AI assistants like Claude.

- App listing management
- Release management
- Store listing updates
- Review responses
- Statistics and reporting
- Secure credential handling

npm install -g @blocktopus/mcp-google-play

- Create a Google Cloud service account with Play Console API access
- Download the service account JSON key file
- Use one of these methods to provide the API key:

Method 1: Command Line Argument (Recommended)

npx @blocktopus/mcp-google-play --api-key /path/to/service-account-key.json
export GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account-key.json npx @blocktopus/mcp-google-play

Add to your Claude desktop configuration:

{ "mcpServers": { "google-play": { "command": "npx", "args": [ "@blocktopus/mcp-google-play", "--api-key", "/path/to/service-account-key.json" ] } } }
{ "mcpServers": { "google-play": { "command": "npx", "args": ["@blocktopus/mcp-google-play"], "env": { "GOOGLE_APPLICATION_CREDENTIALS": "/path/to/service-account-key.json" } } } }

- 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

# Clone the repository git clone https://github.com/BlocktopusLtd/mcp-google-play.git cd mcp-google-play # Install dependencies npm install # Build npm run build # Run in development mode npm run dev

- Never commit service account credentials
- Use environment variables for sensitive data
- Follow Google Play API best practices
- Respect API rate limits

MIT License - see LICENSE file for details

Contributions are welcome! Please feel free to submit a Pull Request.

Interact with the App Store Connect API to manage apps, sales, and reports.

Expose the entire ArgoCD API to LLMs via MCP using just 2 auto-generated tools powered by the OpenAPI spec.

A local Python MCP server that exposes the Codemagic CI/CD REST API as Claude-callable tools.

An MCP server for interacting with the Coolify API to manage servers and applications.

Integrate AI applications with Safaricom's Daraja API for seamless interaction with M-Pesa services.

Deploy production backends, APIs, cron jobs and automations from any AI assistant. Database, auth, storage and 24+ integrations included.

Integrate with the Laravel Forge API to manage servers and deployments using MCP-compliant tools.

Access and manage Google Cloud Platform (GCP) services and resources.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.