gpc-mcp-server
Rank #18,481io.github.muhammetali/gpc-mcp-server
Google Play Console MCP Server for AI coding agents
gpc-mcp-server is a Model Context Protocol (MCP) server published by muhammetali. It ranks #18,481 of 132,113 servers tracked on MCP Toplist. gpc-mcp-server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Sep 3, 2026 and most recently updated on Sep 3, 2026.
Ranks ahead of 113,632 of 132,113 servers on MCP Toplist.
Use gpc-mcp-server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add gpc-mcp-server -e "GOOGLE_PLAY_SERVICE_ACCOUNT_JSON=<your GOOGLE_PLAY_SERVICE_ACCOUNT_JSON>" -e "GOOGLE_PLAY_PACKAGE_NAME=<your GOOGLE_PLAY_PACKAGE_NAME>" -- npx -y gpc-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.gpc-mcp-server]
command = "npx"
args = ["-y", "gpc-mcp-server"]
[mcp_servers.gpc-mcp-server.env]
GOOGLE_PLAY_SERVICE_ACCOUNT_JSON = "<your GOOGLE_PLAY_SERVICE_ACCOUNT_JSON>"
GOOGLE_PLAY_PACKAGE_NAME = "<your GOOGLE_PLAY_PACKAGE_NAME>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gpc-mcp-server": {
"command": "npx",
"args": [
"-y",
"gpc-mcp-server"
],
"env": {
"GOOGLE_PLAY_SERVICE_ACCOUNT_JSON": "<your GOOGLE_PLAY_SERVICE_ACCOUNT_JSON>",
"GOOGLE_PLAY_PACKAGE_NAME": "<your GOOGLE_PLAY_PACKAGE_NAME>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gpc-mcp-server": {
"command": "npx",
"args": [
"-y",
"gpc-mcp-server"
],
"env": {
"GOOGLE_PLAY_SERVICE_ACCOUNT_JSON": "<your GOOGLE_PLAY_SERVICE_ACCOUNT_JSON>",
"GOOGLE_PLAY_PACKAGE_NAME": "<your GOOGLE_PLAY_PACKAGE_NAME>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gpc-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gpc-mcp-server"
],
"env": {
"GOOGLE_PLAY_SERVICE_ACCOUNT_JSON": "<your GOOGLE_PLAY_SERVICE_ACCOUNT_JSON>",
"GOOGLE_PLAY_PACKAGE_NAME": "<your GOOGLE_PLAY_PACKAGE_NAME>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gpc-mcp-server": {
"command": "npx",
"args": [
"-y",
"gpc-mcp-server"
],
"env": {
"GOOGLE_PLAY_SERVICE_ACCOUNT_JSON": "<your GOOGLE_PLAY_SERVICE_ACCOUNT_JSON>",
"GOOGLE_PLAY_PACKAGE_NAME": "<your GOOGLE_PLAY_PACKAGE_NAME>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gpc-mcp-server": {
"command": "npx",
"args": [
"-y",
"gpc-mcp-server"
],
"env": {
"GOOGLE_PLAY_SERVICE_ACCOUNT_JSON": "<your GOOGLE_PLAY_SERVICE_ACCOUNT_JSON>",
"GOOGLE_PLAY_PACKAGE_NAME": "<your GOOGLE_PLAY_PACKAGE_NAME>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.muhammetali%2Fgpc-mcp-server)<a href="https://mcptoplist.com/server/io.github.muhammetali%2Fgpc-mcp-server"><img src="https://mcptoplist.com/badge/io.github.muhammetali%2Fgpc-mcp-server.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
muhammetali
Other servers by muhammetali
View all muhammetali servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Sep 3, 2026 |
Frequently asked questions
- Who maintains gpc-mcp-server?
- gpc-mcp-server is maintained by muhammetali, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is gpc-mcp-server listed on the Official MCP Registry?
- Yes — gpc-mcp-server is listed on the Official MCP Registry, alongside Glama.
- How many versions does gpc-mcp-server have?
- MCP Toplist tracks 1 version of gpc-mcp-server, most recently published on Sep 3, 2026.
- Where can I find the source code for gpc-mcp-server?
- The source code for gpc-mcp-server is hosted at github.com/muhammetali/gpc-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.