Loading MCP server directory, please wait...
Google Play Console MCP Server for AI coding agents
npx @getmcp/cli add io.github.muhammetali/gpc-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
GOOGLE_PLAY_SERVICE_ACCOUNT_JSONAbsolute path to the Google Play service account JSON key
GOOGLE_PLAY_PACKAGE_NAMEAndroid application package name (e.g. com.example.myapp)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.muhammetali/gpc-mcp-server": {
"command": "npx",
"args": [
"-y",
"gpc-mcp-server"
],
"env": {
"GOOGLE_PLAY_SERVICE_ACCOUNT_JSON": "",
"GOOGLE_PLAY_PACKAGE_NAME": ""
}
}
}
}