App Publish runs on your own machine — the client starts it, so there is no endpoint to ping. 103 installs a week from npm. Last commit 19 Mar 2026.
MCP server for App Store Connect & Google Play Console — iOS/Android app management
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add app-publish -- npx -y app-publish-mcp
{
"mcpServers": {
"app-publish": {
"args": [
"-y",
"app-publish-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.app-publish]
command = "npx"
args = ["-y", "app-publish-mcp"]
{
"mcpServers": {
"app-publish": {
"args": [
"-y",
"app-publish-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"app-publish": {
"args": [
"-y",
"app-publish-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.