Skip to content
Windsurf

app store connect mcp for Windsurf

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

App Store Connect MCP: apps, TestFlight, reviews, sales reports, and team users.

client:Windsurf transport:stdio runtime:npm

Install app store connect mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "app-store-connect-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@chrischall/app-store-connect-mcp"
      ],
      "env": {
        "APP_STORE_CONNECT_KEY_ID": "<APP_STORE_CONNECT_KEY_ID>",
        "APP_STORE_CONNECT_ISSUER_ID": "<APP_STORE_CONNECT_ISSUER_ID>",
        "APP_STORE_CONNECT_PRIVATE_KEY_PATH": "<APP_STORE_CONNECT_PRIVATE_KEY_PATH>",
        "APP_STORE_CONNECT_PRIVATE_KEY": "<APP_STORE_CONNECT_PRIVATE_KEY>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

app store connect mcp in other clients