gpc mcp server for Cursor
io.github.muhammetali/gpc-mcp-server
Google Play Console MCP Server for AI coding agents
client:Cursor
transport:stdio
runtime:npm
Install gpc mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gpc-mcp-server": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs