mcp-googleplay-reviews
Allows reading and replying to Google Play reviews for an app using the Android Publisher API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-googleplay-reviewsshow me the latest 5 reviews for com.example.myapp"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-googleplay-reviews
A small, reviews-only MCP server for Google Play, backed by the Android Publisher API v3. It lets an agent read user reviews and reply to them — and deliberately nothing else.
Why so narrow?
The capability boundary is the trust guarantee. This server exposes only the two review tools below. There is intentionally no release, track, listing, image, in-app-product, subscription, or APK/AAB upload tool, so the service account you give it can't be used to ship a release or change your store listing. Scope the service account itself narrowly too — grant only the Reply to reviews permission in Play Console.
It is also dependency-free — pure Node 18+ (fetch + built-in crypto),
no third-party packages — so there is no supply chain to audit beyond this one
file (index.mjs).
Related MCP server: weekly-pulse MCP server
Tools
Tool | Description |
| List recent user reviews for an app, including any existing developer reply. Args: |
| Reply to a review ( |
Note: Google Play only returns reviews where the user left text, and typically only from the last week — this is an API limitation, not a limitation of this server.
Authentication
Create a Google Cloud service account with a JSON key, enable the Google Play Android Developer API, and in Play Console → Users and permissions invite the service account's email with only the Reply to reviews permission.
Env var | What |
| Path to the service-account JSON key file |
The key is read only to sign a short-lived RS256 JWT, which is exchanged for an
OAuth access token scoped to androidpublisher; the key is never logged, copied,
or sent anywhere but Google's token endpoint.
Run
GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account.json \
npx -y github:ForgeHQ-Agents/mcp-googleplay-reviewsThe agent passes the app's package name (e.g. com.example.app) as packageName.
Test
npm test # node --test, zero dependenciesLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityBmaintenanceManage the full Google Play Store release lifecycle directly — from uploading artifacts to managing testers, rollouts, and Android Vitals.Last updated165MIT
- Flicense-qualityBmaintenanceEnables automated ingestion of App Store/Play Store reviews, synthesis of themes and actions, and publishing to Google Docs and Gmail drafts via Google Workspace MCP.Last updated
- AlicenseAqualityCmaintenanceEnables reading Apple App Store customer reviews, publishing developer responses, and deleting them via the App Store Connect API with a narrow Customer Support role.Last updated3MIT
- AlicenseBqualityDmaintenanceEnables App Store Optimization research for Google Play Store, including app search, details, reviews, keyword suggestions, and metadata validation.Last updated163MIT
Related MCP Connectors
Remote MCP for AI Studio Android release gate MCP, structured receipts, audit logs, and reviewer-rea
Compliance & security scan for your app: secrets, exposed files, headers, privacy, AI-disclosure.
deps.dev — Google's package metadata + dependency graph API
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ForgeHQ-Agents/mcp-googleplay-reviews'
If you have feedback or need assistance with the MCP directory API, please join our Discord server