play-store-mcp
Enables to interact with Google Play Console, allowing release management, app vitals monitoring, and APK/AAB deployment via a service account.
README
play-store-mcp
Local stdio MCP server for Google Play Console. Credentials (a Google service-account
key) come only from environment variables; OAuth tokens are minted locally by
google-auth-library; every request goes directly to *.googleapis.com. Nothing is sent to
any third party.
TypeScript reimplementation — the Kotlin project antoniolg/play-store-mcp
was used only as a reference for the API flow and tool design.
Available tools
23 tools, grouped by capability.
Releases & rollout
| Tool | Description | Key inputs |
|---|---|---|
get_releases |
Current releases/deployments per track | packageName |
deploy_app |
Upload an APK/AAB and assign it to a track (optional staged rollout) | packageName, track, filePath, versionCode, releaseNotes?, rolloutPercentage? |
promote_release |
Promote an existing version from one track to another | packageName, fromTrack, toTrack, versionCode |
update_track_rollout |
Change a staged-rollout fraction, or halt/complete the in-progress release | packageName, track, userFraction?, status? |
complete_all_rollouts |
Batch-complete the in-progress staged rollout across multiple apps | packageNames[], track?, versionCode? |
update_release_notes |
Set release notes on the current release of a track (no redeploy) | packageName, notes[], track? |
Store listing
| Tool | Description | Key inputs |
|---|---|---|
get_listings |
Store listing text (title, short/full description) for every locale | packageName |
update_listing |
Update a store listing for one locale and commit | packageName, language, title?, shortDescription?, fullDescription? |
get_app_details |
App-level details (default language, contact email/phone/website) | packageName |
upload_listing_image |
Upload a store-listing graphic (icon, screenshots, feature graphic, …) for a locale | packageName, language, imageType, filePath |
Reviews
| Tool | Description | Key inputs |
|---|---|---|
get_reviews |
Recent user reviews (rating, text, app version, device) | packageName, maxResults?, translationLanguage? |
reply_to_review |
Post a developer reply to a user review | packageName, reviewId, replyText |
Monetization
| Tool | Description | Key inputs |
|---|---|---|
list_in_app_products |
List managed in-app products (SKUs) | packageName |
list_subscriptions |
List subscription products | packageName |
update_in_app_product |
Update an existing managed IAP (status / default price) and commit | packageName, sku, status?, defaultPrice? |
get_voided_purchases |
List refunded/revoked (voided) purchases | packageName |
refund_order |
Refund a single order, optionally revoking the entitlement | packageName, orderId, revoke? |
Testers
| Tool | Description | Key inputs |
|---|---|---|
manage_testers |
Read (omit groups) or set the Google Groups of testers for a closed track | packageName, track, googleGroups? |
Analytics & reports
| Tool | Description | Key inputs |
|---|---|---|
get_users_by_version |
Distinct users per app version over N days (Reporting API) | packageName, days? |
get_app_vitals |
Latest crash rate and ANR rate (Reporting API) | packageName, days? |
get_install_stats |
Install base per app version + monthly net growth, from the statistics GCS reports | packageName, month? |
get_install_reports |
Raw install/uninstall report rows for one month and dimension, from the statistics GCS reports | packageName, month, dimension? |
Meta
| Tool | Description | Key inputs |
|---|---|---|
search_apps |
List the apps this service account can access (Reporting API) | — |
get_users_by_versionuses the Reporting API's vitals-scopeddistinctUsersmetric — a proxy for the active user base, ideal for the version-adoption split, not an exact install count (the Reporting API has no install-count metric; real install counts live in the statistics GCS reports, read byget_install_statsandget_install_reports).
get_install_reportsreadsstats/installs/installs_{package}_{YYYYMM}_{dimension}.csv(dimension∈overview|country|app_version, defaultoverview) from the reports bucket. These CSVs are UTF-16LE with a BOM; the server decodes and parses them. SetPLAY_REPORTS_BUCKET(Play Console → Download reports → Statistics → Copy Cloud Storage URI; thepubsite_prod_*value) and grant the service account Storage Object Viewer on it.
Setup
- Google Cloud: create a project, enable Google Play Android Developer API and Google Play Developer Reporting API, create a service account, and download its JSON key.
- Play Console → Users and permissions: invite the service-account email; grant it the apps and the "View app information / bulk reports" + "Releases" permissions.
- Configure the MCP (
~/.claude.json):
{
"mcpServers": {
"play-store": {
"command": "npx",
"args": ["-y", "github:petropentsak/play-store-mcp"],
"env": {
"PLAY_SERVICE_ACCOUNT_KEY_PATH": "/absolute/path/to/service-account-key.json",
"PLAY_DEFAULT_TRACK": "internal"
}
}
}
}
PLAY_SERVICE_ACCOUNT_KEY (raw or base64 JSON) is accepted as an alternative to the path.
Build / release
dist/ is committed so npx github: works with no build step. The config is not pinned to a
tag — it tracks the default-branch HEAD, so every commit must be installable (build + commit dist/).
To ship: npm run build → commit (incl. dist/) → push HEAD to the default branch → clear
~/.npm/_npx if a stale tarball is cached → reconnect / cold-start the MCP client.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。