gpc mcp server for Zed
io.github.muhammetali/gpc-mcp-server
Google Play Console MCP Server for AI coding agents
client:Zed
transport:stdio
runtime:npm
Install gpc mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"gpc-mcp-server": {
"command": "npx",
"args": [
"-y",
"gpc-mcp-server"
],
"env": {
"GOOGLE_PLAY_SERVICE_ACCOUNT_JSON": "<GOOGLE_PLAY_SERVICE_ACCOUNT_JSON>",
"GOOGLE_PLAY_PACKAGE_NAME": "<GOOGLE_PLAY_PACKAGE_NAME>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs