Are you the author? Sign in to claim
mcp-google-play
An MCP (Model Context Protocol) server that provides Google Play Store command line tools integration for AI assistants like Claude.
npm install -g @blocktopus/mcp-google-play
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"
]
}
}
}
Or using environment variable:
{
"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 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 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
MIT License - see LICENSE file for details
Contributions are welcome! Please feel free to submit a Pull Request.
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows