Skip to content

appstore connect mcp for Zed

io.github.ryaker/appstore-connect-mcp

MCP server for Apple Store Connect API integration with OAuth authentication support

client:Zed transport:stdio runtime:npm

Install appstore connect mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "appstore-connect-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@ryaker/appstore-connect-mcp"
      ],
      "env": {
        "APPLE_KEY_ID": "<APPLE_KEY_ID>",
        "APPLE_ISSUER_ID": "<APPLE_ISSUER_ID>",
        "APPLE_PRIVATE_KEY": "<APPLE_PRIVATE_KEY>",
        "APPLE_BUNDLE_ID": "<APPLE_BUNDLE_ID>",
        "APPLE_APP_STORE_ID": "<APPLE_APP_STORE_ID>",
        "OAUTH_ENABLED": "<OAUTH_ENABLED>",
        "OAUTH_ISSUER": "<OAUTH_ISSUER>",
        "OAUTH_AUDIENCE": "<OAUTH_AUDIENCE>",
        "OAUTH_JWKS_URI": "<OAUTH_JWKS_URI>",
        "SERVER_URL": "<SERVER_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

appstore connect mcp in other clients