Skip to content
Grok

appstoreconnect mcp for Grok

io.github.akoskomuves/appstoreconnect-mcp

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

client:Grok transport:stdio runtime:npm

Install appstoreconnect mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "appstoreconnect-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@akoskomuves/appstoreconnect-mcp"
      ],
      "env": {
        "ASC_ISSUER_ID": "<ASC_ISSUER_ID>",
        "ASC_KEY_ID": "<ASC_KEY_ID>",
        "ASC_PRIVATE_KEY_PATH": "<ASC_PRIVATE_KEY_PATH>",
        "ASC_VENDOR_NUMBER": "<ASC_VENDOR_NUMBER>"
      }
    }
  }
}

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

appstoreconnect mcp in other clients