Odel
appstoreconnect mcp

appstoreconnect mcp

Local
@akoskomuves5TypeScriptMITUpdated 3w ago

App Store Connect for MCP clients: PPP pricing, subscriptions, TestFlight, reviews, reports & more

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).

npm@akoskomuves/appstoreconnect-mcpv1.0.1

Run

npx -y @akoskomuves/appstoreconnect-mcp

MCP client config

{
  "mcpServers": {
    "appstoreconnect-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@akoskomuves/appstoreconnect-mcp"
      ]
    }
  }
}