Skip to content

app store connect mcp for Grok

io.github.gjeltep/app-store-connect-mcp

Interact with Apple's App Store Connect API

client:Grok transport:stdio runtime:pypi

Install app store connect 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": {
    "app-store-connect-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "app-store-connect-mcp"
      ],
      "env": {
        "APP_STORE_KEY_ID": "<APP_STORE_KEY_ID>",
        "APP_STORE_ISSUER_ID": "<APP_STORE_ISSUER_ID>",
        "APP_STORE_PRIVATE_KEY_PATH": "<APP_STORE_PRIVATE_KEY_PATH>",
        "APP_STORE_APP_ID": "<APP_STORE_APP_ID>",
        "APP_STORE_KEY_TYPE": "<APP_STORE_KEY_TYPE>",
        "APP_STORE_SCOPE": "<APP_STORE_SCOPE>",
        "APP_STORE_SUBJECT": "<APP_STORE_SUBJECT>"
      }
    }
  }
}

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

app store connect mcp in other clients