App Store & Google Play for Cline
io.github.johnbilousov/appstore-play-mcp
Read-only access to App Store Connect and Google Play: apps, releases, and reviews.
client:Cline
transport:stdio
runtime:npm
Install App Store & Google Play in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"appstore-play-mcp": {
"command": "npx",
"args": [
"-y",
"appstore-play-mcp"
],
"env": {
"ASC_KEY_ID": "<ASC_KEY_ID>",
"ASC_ISSUER_ID": "<ASC_ISSUER_ID>",
"ASC_KEY_PATH": "<ASC_KEY_PATH>",
"PLAY_SERVICE_ACCOUNT_PATH": "<PLAY_SERVICE_ACCOUNT_PATH>",
"PLAY_PACKAGES": "<PLAY_PACKAGES>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs