app publish for Grok
io.github.mikusnuz/app-publish
MCP server for App Store Connect & Google Play Console — iOS/Android app management
client:Grok
transport:stdio
runtime:npm
Install app publish in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"app-publish": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"app-publish-mcp"
],
"env": {
"APPLE_KEY_ID": "<APPLE_KEY_ID>",
"APPLE_ISSUER_ID": "<APPLE_ISSUER_ID>",
"APPLE_P8_PATH": "<APPLE_P8_PATH>",
"GOOGLE_SERVICE_ACCOUNT_PATH": "<GOOGLE_SERVICE_ACCOUNT_PATH>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs