What is the io.github.mikusnuz/app-publish MCP server?
MCP server for App Store Connect & Google Play Console — iOS/Android app management
How to install io.github.mikusnuz/app-publish
Copy-paste configuration for popular MCP clients.
APPLE_KEY_IDsecretApple App Store Connect API Key ID
APPLE_ISSUER_IDsecretApple App Store Connect Issuer ID
APPLE_P8_PATHPath to Apple AuthKey .p8 file
GOOGLE_SERVICE_ACCOUNT_PATHPath to Google Play service account JSON key file
{
"mcpServers": {
"app-publish": {
"command": "npx",
"args": [
"-y",
"app-publish-mcp"
],
"env": {
"APPLE_KEY_ID": "<YOUR_APPLE_KEY_ID>",
"APPLE_ISSUER_ID": "<YOUR_APPLE_ISSUER_ID>",
"APPLE_P8_PATH": "<YOUR_APPLE_P8_PATH>",
"GOOGLE_SERVICE_ACCOUNT_PATH": "<YOUR_GOOGLE_SERVICE_ACCOUNT_PATH>"
}
}
}
}{
"mcpServers": {
"app-publish": {
"command": "npx",
"args": [
"-y",
"app-publish-mcp"
],
"env": {
"APPLE_KEY_ID": "<YOUR_APPLE_KEY_ID>",
"APPLE_ISSUER_ID": "<YOUR_APPLE_ISSUER_ID>",
"APPLE_P8_PATH": "<YOUR_APPLE_P8_PATH>",
"GOOGLE_SERVICE_ACCOUNT_PATH": "<YOUR_GOOGLE_SERVICE_ACCOUNT_PATH>"
}
}
}
}{
"mcpServers": {
"app-publish": {
"command": "npx",
"args": [
"-y",
"app-publish-mcp"
],
"env": {
"APPLE_KEY_ID": "<YOUR_APPLE_KEY_ID>",
"APPLE_ISSUER_ID": "<YOUR_APPLE_ISSUER_ID>",
"APPLE_P8_PATH": "<YOUR_APPLE_P8_PATH>",
"GOOGLE_SERVICE_ACCOUNT_PATH": "<YOUR_GOOGLE_SERVICE_ACCOUNT_PATH>"
}
}
}
}{
"servers": {
"app-publish": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"app-publish-mcp"
],
"env": {
"APPLE_KEY_ID": "<YOUR_APPLE_KEY_ID>",
"APPLE_ISSUER_ID": "<YOUR_APPLE_ISSUER_ID>",
"APPLE_P8_PATH": "<YOUR_APPLE_P8_PATH>",
"GOOGLE_SERVICE_ACCOUNT_PATH": "<YOUR_GOOGLE_SERVICE_ACCOUNT_PATH>"
}
}
}
}claude mcp add app-publish --env APPLE_KEY_ID=<YOUR_APPLE_KEY_ID> --env APPLE_ISSUER_ID=<YOUR_APPLE_ISSUER_ID> --env APPLE_P8_PATH=<YOUR_APPLE_P8_PATH> --env GOOGLE_SERVICE_ACCOUNT_PATH=<YOUR_GOOGLE_SERVICE_ACCOUNT_PATH> -- npx -y app-publish-mcpRelated MCP servers
MCP server for Chrome Web Store — extension upload, publish, status, and rollout
View repository →MCP server for Dynadot domain registrar — domain search, registration, DNS, and transfers
View repository →MCP server for Google Search Console & Indexing API — search analytics, sitemaps, URL inspection
View repository →MCP server for Instagram Graph API, Threads API & Meta platform management
View repository →MCP server for Meta Marketing API — Facebook & Instagram ad campaign management
View repository →MCP server for npm package management — publish, version, search, audit, and more
View repository →