Read-only access to App Store Connect and Google Play: apps, releases, and reviews.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y appstore-play-mcp
MCP client config
{
"mcpServers": {
"app-store-google-play": {
"command": "npx",
"args": [
"-y",
"appstore-play-mcp"
]
}
}
}