dev-publish
dev-publish-mcp
MCP для ИИ публиковать (internal) и поддерживать приложения, уже находящиеся в Google Play, с разрешениями по scope. ИИ не выдаёт себе разрешения сам.
Что может делать ИИ (если владелец предоставит)
Scope | Инструменты |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Запросы ИИ попадают в 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.jsService account Play (не dry-run):
export GOOGLE_PLAY_SERVICE_ACCOUNT_JSON=/abs/path/play-sa.json
export PLAY_PACKAGE_NAME=com.tua.appБез этих переменных сервер работает в режиме dry-run (не общается с Google).
Предоставить ИИ обслуживание:
node src/grant.js com.tua.app read listing.write reviews.read reviews.reply testers.write releases.internalProduction (опционально, отдельно):
# em config/permissions.json
# "allowProduction": true
node src/grant.js com.tua.app releases.promoteCursor / Claude Desktop
Можно использовать пакет напрямую из NPM через npx (рекомендуется):
{
"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
«Обнови short description на pt-PT» → update_listing
«Загрузи этот AAB для внутренних тестировщиков» → play_publish
«Выкати 10% в production» → владелец пишет фразу; ИИ вызывает promote
Maintenance
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
- AlicenseNot gradedqualityDmaintenanceIntegrates 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.4610MIT
- AlicenseCqualityCmaintenanceEnables 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.11MIT
- FlicenseNot gradedqualityBmaintenanceEnables to interact with Google Play Console, allowing release management, app vitals monitoring, and APK/AAB deployment via a service account.
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to automate Android release workflows via the Google Play Android Publisher API, including deploying builds, managing listings, and replying to reviews.13MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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