MCP Server
MCP
io.github.mikusnuz/app-publish
MCP server for App Store Connect & Google Play Console — iOS/Android app management
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "app-publish-mcp",
"version": "0.3.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Apple App Store Connect API Key ID",
"format": "string",
"isSecret": true,
"name": "APPLE_KEY_ID"
},
{
"description": "Apple App Store Connect Issuer ID",
"format": "string",
"isSecret": true,
"name": "APPLE_ISSUER_ID"
},
{
"description": "Path to Apple AuthKey .p8 file",
"format": "string",
"name": "APPLE_P8_PATH"
},
{
"description": "Path to Google Play service account JSON key file",
"format": "string",
"name": "GOOGLE_SERVICE_ACCOUNT_PATH"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment