MCP Server
MCP
App Store & Google Play
Read-only access to App Store Connect and Google Play: apps, releases, and reviews.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "appstore-play-mcp",
"version": "0.1.2",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "App Store Connect API key id. Omit the App Store block to run Play-only.",
"format": "string",
"name": "ASC_KEY_ID"
},
{
"description": "App Store Connect issuer id.",
"format": "string",
"name": "ASC_ISSUER_ID"
},
{
"description": "Path to the AuthKey_<KEY_ID>.p8 private key downloaded from App Store Connect.",
"format": "filepath",
"isSecret": true,
"name": "ASC_KEY_PATH"
},
{
"description": "Path to the Google service account JSON with Android Publisher access.",
"format": "filepath",
"isSecret": true,
"name": "PLAY_SERVICE_ACCOUNT_PATH"
},
{
"description": "Comma-separated Play package names. Required for Play: the API cannot list apps.",
"format": "string",
"name": "PLAY_PACKAGES"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment