MCP Server
Maintained
MIT
Google Play Console MCP MCP Server
io.github.AgiMaulana/google-play-mcp
What is the Google Play Console MCP MCP server?
Google Play release lifecycle: tracks, testers, rollout, and Android Vitals.
How to install Google Play Console MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
GOOGLE_APPLICATION_CREDENTIALSAbsolute path to the Google Cloud service account JSON key file
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"google-play-mcp": {
"command": "uvx",
"args": [
"google-play-mcp",
"google-play-mcp"
],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "<YOUR_GOOGLE_APPLICATION_CREDENTIALS>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"google-play-mcp": {
"command": "uvx",
"args": [
"google-play-mcp",
"google-play-mcp"
],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "<YOUR_GOOGLE_APPLICATION_CREDENTIALS>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"google-play-mcp": {
"command": "uvx",
"args": [
"google-play-mcp",
"google-play-mcp"
],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "<YOUR_GOOGLE_APPLICATION_CREDENTIALS>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"google-play-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"google-play-mcp",
"google-play-mcp"
],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "<YOUR_GOOGLE_APPLICATION_CREDENTIALS>"
}
}
}
}Claude Code
claude mcp add google-play-mcp --env GOOGLE_APPLICATION_CREDENTIALS=<YOUR_GOOGLE_APPLICATION_CREDENTIALS> -- uvx google-play-mcp google-play-mcpRelated MCP servers
io.github.AgiMaulana/HuaweiAppGalleryMcp
Maintained
Huawei AppGallery Connect MCP: upload APK/AAB, update metadata, submit and manage app releases.
2
View repository →Python
MIT
io.github.AgiMaulana/CodemagicMcp
Maintained
Codemagic CI/CD MCP Server — manage builds, apps, artifacts, and caches from your AI
1
View repository →Python
MIT