Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

gpc mcp server in other clients