Skip to main content
Glama
willan23

dev-publish

by willan23

dev-publish-mcp

MCP para que la IA publique (internal) y mantenga apps ya en Google Play, con permisos por scope. La IA no se da permisos a sí misma.

Lo que la IA puede hacer (si el dueño lo concede)

Alcance

Herramientas

read

play_status, maintenance_digest

listing.write

play_update_listing, play_upload_images

reviews.read

play_list_reviews

reviews.reply

play_reply_review

testers.write

play_invite_testers

releases.internal

play_publish (solo internal)

releases.promote

play_promote — producción aún necesita allowProduction + frase PROMOTE_TO_PRODUCTION

Las solicitudes de la IA van a config/permission-requests.json. Solo tú las activas con npm run grant.

Related MCP server: App Store Publisher MCP

Configuración

cd dev-publish-mcp
cp config/permissions.example.json config/permissions.json
# edita package name + scopes
node src/selftest.js

Cuenta de servicio de Play (no dry-run):

export GOOGLE_PLAY_SERVICE_ACCOUNT_JSON=/abs/path/play-sa.json
export PLAY_PACKAGE_NAME=com.tua.app

Sin estas variables el servidor corre en dry-run (no habla con Google).

Conceder mantenimiento a la IA:

node src/grant.js com.tua.app read listing.write reviews.read reviews.reply testers.write releases.internal

Producción (opcional, aparte):

# em config/permissions.json
# "allowProduction": true
node src/grant.js com.tua.app releases.promote

Cursor / Claude Desktop

Puedes usar el paquete directamente desde NPM vía npx (recomendado):

{
  "mcpServers": {
    "dev-publish": {
      "command": "npx",
      "args": ["-y", "@gnegro/dev-publish-mcp"],
      "env": {
        "GOOGLE_PLAY_SERVICE_ACCOUNT_JSON": "/caminho/absoluto/play-sa.json",
        "PLAY_PACKAGE_NAME": "com.tua.app",
        "DEV_PUBLISH_PERMISSIONS": "/caminho/absoluto/permissions.json"
      }
    }
  }
}

Prompt del agente

Usa o MCP dev-publish.
Primeiro permissions_whoami e maintenance_digest.
Trabalha só com os scopes que tens.
Se faltar scope, permissions_request — não inventes acesso.
Publicação nova: play_publish track=internal.
Produção: só play_promote se eu escrever PROMOTE_TO_PRODUCTION.
Responde em português com o que mudou (reviewId, versionCode, track).

Mantenimiento típico

  • “¿Qué reseñas malas tenemos?” → digest + list_reviews

  • “Responde a esta pidiendo disculpas y señalando el fix 1.0.4” → reply

  • “Actualiza la short description en pt-PT” → update_listing

  • “Sube este AAB a testers internos” → play_publish

  • “Pon 10% en producción” → el dueño escribe la frase; la IA llama a promote

F
license - not found
B
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Integrates Google Play Store management tools with AI assistants to handle app listings, releases, and user reviews. It enables users to manage Play Console tasks like updating store information and retrieving performance statistics through natural language.
    46
    10
    MIT
  • A
    license
    C
    quality
    C
    maintenance
    Enables publishing Android apps to Samsung Galaxy Store and Huawei AppGallery directly from AI agents, with tools for uploading binaries, updating listings, submitting apps, and verifying Samsung IAP receipts.
    11
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables to interact with Google Play Console, allowing release management, app vitals monitoring, and APK/AAB deployment via a service account.

View all related MCP servers

Related MCP Connectors

  • Live App Store & Google Play data for AI agents: app discovery, ASO keywords, reviews.

  • Instagram for AI agents: publish, read comments and DMs, insights, and engage from your account.

  • Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/willan23/dev-publish-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server