Skip to main content
Glama
willan23

dev-publish

by willan23

dev-publish-mcp

Google Play에 이미 있는 앱을 게시(internal)하고 유지 관리하기 위한 AI용 MCP로, scope별 권한이 적용됩니다. AI는 스스로에게 권한을 부여하지 않습니다.

AI가 할 수 있는 작업(소유자가 허용한 경우)

Scope

Tools

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 (internal 전용)

releases.promote

play_promote — 프로덕션에는 여전히 allowProduction + 문구 PROMOTE_TO_PRODUCTION이 필요합니다

AI의 요청은 config/permission-requests.json에 기록됩니다. npm run grant로 직접 활성화해야 합니다.

Related MCP server: App Store Publisher MCP

설정

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

Play 서비스 계정(dry-run 아님):

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

이 변수들이 없으면 서버는 dry-run 모드로 실행됩니다(Google과 통신하지 않음).

AI에 유지 관리 권한 부여:

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

프로덕션(선택 사항, 별도):

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

Cursor / Claude Desktop

npx를 통해 NPM에서 패키지를 직접 사용할 수 있습니다(권장):

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

에이전트 프롬프트

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).

일반적인 유지 관리

  • "나쁜 리뷰가 뭐가 있지?" → digest + list_reviews

  • "이 리뷰에 사과하고 1.0.4 수정을 알려줘" → reply

  • "pt-PT로 short description을 업데이트해" → update_listing

  • "이 AAB를 내부 테스터에게 올려" → play_publish

  • "10%를 프로덕션에 올려" → 소유자가 문구를 작성하고, AI가 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