Odel
app publish mcp

app publish mcp

Local
@mikusnuz29TypeScriptMITUpdated 1w ago

MCP server for App Store Connect & Google Play Console — iOS/Android app management

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmapp-publish-mcpv0.3.1

Run

npx -y app-publish-mcp

MCP client config

{
  "mcpServers": {
    "app-publish-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "app-publish-mcp"
      ]
    }
  }
}