Skip to content
Cline

appstore connect mcp for Cline

io.github.ryaker/appstore-connect-mcp

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

client:Cline transport:stdio runtime:npm

Install appstore connect mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

appstore connect mcp in other clients