App Store & Google Play for Zed
io.github.johnbilousov/appstore-play-mcp
Read-only access to App Store Connect and Google Play: apps, releases, and reviews.
client:Zed
transport:stdio
runtime:npm
Install App Store & Google Play in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs