App Store & Google Play
Rank #18,251io.github.JohnBilousov/appstore-play-mcp
Read-only access to App Store Connect and Google Play: apps, releases, and reviews.
App Store & Google Play is a Model Context Protocol (MCP) server published by JohnBilousov. It ranks #18,251 of 115,460 servers tracked on MCP Toplist. App Store & Google Play is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 24, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 97,209 of 115,460 servers on MCP Toplist.
Use App Store & Google Play
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add appstore-play-mcp -e "ASC_KEY_ID=<your ASC_KEY_ID>" -e "ASC_ISSUER_ID=<your ASC_ISSUER_ID>" -e "ASC_KEY_PATH=<your ASC_KEY_PATH>" -e "PLAY_SERVICE_ACCOUNT_PATH=<your PLAY_SERVICE_ACCOUNT_PATH>" -e "PLAY_PACKAGES=<your PLAY_PACKAGES>" -- npx -y appstore-play-mcpReplace each placeholder with your own value before saving.
[mcp_servers.appstore-play-mcp]
command = "npx"
args = ["-y", "appstore-play-mcp"]
[mcp_servers.appstore-play-mcp.env]
ASC_KEY_ID = "<your ASC_KEY_ID>"
ASC_ISSUER_ID = "<your ASC_ISSUER_ID>"
ASC_KEY_PATH = "<your ASC_KEY_PATH>"
PLAY_SERVICE_ACCOUNT_PATH = "<your PLAY_SERVICE_ACCOUNT_PATH>"
PLAY_PACKAGES = "<your PLAY_PACKAGES>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"appstore-play-mcp": {
"command": "npx",
"args": [
"-y",
"appstore-play-mcp"
],
"env": {
"ASC_KEY_ID": "<your ASC_KEY_ID>",
"ASC_ISSUER_ID": "<your ASC_ISSUER_ID>",
"ASC_KEY_PATH": "<your ASC_KEY_PATH>",
"PLAY_SERVICE_ACCOUNT_PATH": "<your PLAY_SERVICE_ACCOUNT_PATH>",
"PLAY_PACKAGES": "<your PLAY_PACKAGES>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"appstore-play-mcp": {
"command": "npx",
"args": [
"-y",
"appstore-play-mcp"
],
"env": {
"ASC_KEY_ID": "<your ASC_KEY_ID>",
"ASC_ISSUER_ID": "<your ASC_ISSUER_ID>",
"ASC_KEY_PATH": "<your ASC_KEY_PATH>",
"PLAY_SERVICE_ACCOUNT_PATH": "<your PLAY_SERVICE_ACCOUNT_PATH>",
"PLAY_PACKAGES": "<your PLAY_PACKAGES>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"appstore-play-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"appstore-play-mcp"
],
"env": {
"ASC_KEY_ID": "<your ASC_KEY_ID>",
"ASC_ISSUER_ID": "<your ASC_ISSUER_ID>",
"ASC_KEY_PATH": "<your ASC_KEY_PATH>",
"PLAY_SERVICE_ACCOUNT_PATH": "<your PLAY_SERVICE_ACCOUNT_PATH>",
"PLAY_PACKAGES": "<your PLAY_PACKAGES>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"appstore-play-mcp": {
"command": "npx",
"args": [
"-y",
"appstore-play-mcp"
],
"env": {
"ASC_KEY_ID": "<your ASC_KEY_ID>",
"ASC_ISSUER_ID": "<your ASC_ISSUER_ID>",
"ASC_KEY_PATH": "<your ASC_KEY_PATH>",
"PLAY_SERVICE_ACCOUNT_PATH": "<your PLAY_SERVICE_ACCOUNT_PATH>",
"PLAY_PACKAGES": "<your PLAY_PACKAGES>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"appstore-play-mcp": {
"command": "npx",
"args": [
"-y",
"appstore-play-mcp"
],
"env": {
"ASC_KEY_ID": "<your ASC_KEY_ID>",
"ASC_ISSUER_ID": "<your ASC_ISSUER_ID>",
"ASC_KEY_PATH": "<your ASC_KEY_PATH>",
"PLAY_SERVICE_ACCOUNT_PATH": "<your PLAY_SERVICE_ACCOUNT_PATH>",
"PLAY_PACKAGES": "<your PLAY_PACKAGES>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.JohnBilousov%2Fappstore-play-mcp)<a href="https://mcptoplist.com/server/io.github.JohnBilousov%2Fappstore-play-mcp"><img src="https://mcptoplist.com/badge/io.github.JohnBilousov%2Fappstore-play-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
JohnBilousov
Other servers by JohnBilousov
View all JohnBilousov servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Aug 24, 2026 |
Frequently asked questions
- Who maintains App Store & Google Play?
- App Store & Google Play is maintained by JohnBilousov, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is App Store & Google Play listed on the Official MCP Registry?
- Yes — App Store & Google Play is listed on the Official MCP Registry, alongside Glama.
- How many versions does App Store & Google Play have?
- MCP Toplist tracks 1 version of App Store & Google Play, most recently published on Aug 24, 2026.
- Where can I find the source code for App Store & Google Play?
- The source code for App Store & Google Play is hosted at github.com/JohnBilousov/appstore-play-mcp.