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.
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.
A server for interacting with the Alpaca trading API. Requires API credentials via environment variables.
Official Hostinger API MCP server for services managment.
Retrieves user geolocation information using EdgeOne Pages Functions and exposes it via an MCP server.
Connects Cloudglue to AI assistants, turning video collections into structured data for LLMs. Requires a Cloudglue API Key.
Integrates with Microsoft SharePoint, allowing interaction with documents, folders, and other SharePoint resources.
An MCP server for Zuora, powered by the CData JDBC Driver. Requires a separate driver and configuration file for connection.
An authentication-free remote MCP server deployable on Cloudflare Workers or locally via npm.
An MCP server deployed on Cloudflare Workers, featuring OAuth login and data storage via Cloudflare KV.
Integrate with the Laravel Forge API to manage servers and deployments using MCP-compliant tools.
Server for using HuggingFace Spaces, supporting Images, Audio, Text and more. Claude Desktop mode for ease-of-use.