Back to Browse

App Store Connect MCP MCP Server

by Alexey Elizarov
Developer ToolsLow Risk10.0Local
Free

App Store Connect API as MCP: apps, TestFlight, subscriptions, reports. JWT auth.

About

MCP server for the official App Store Connect API. Manage iOS/macOS apps, TestFlight testers, in-app subscriptions, and store metadata from Cursor, Claude, or any MCP client. List and inspect apps, builds, beta groups; manage TestFlight submissions; create subscription groups and prices; edit localizations and What's New; download sales and finance reports; list Xcode schemes and CI products. Uses JWT auth (Key ID, Issuer ID, .p8 key). Install: npx -y mcp-asc with env vars APP_STORE_CONNECT_KEY_ID, APP_STORE_CONNECT_ISSUER_ID, APP_STORE_CONNECT_P8_PATH.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (10 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

12 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

App Store Connect API key (Key ID, Issuer ID, .p8 file). Create at Users and Access → Integrations → App Store Connect API.Required

Environment variable: APP_STORE_CONNECT_KEY_ID, ISSUER_ID, P8_PATH

Sign up free

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "app-store-connect-mcp": {
      "env": {
        "APP_STORE_CONNECT_KEY_ID, ISSUER_ID, P8_PATH": "your-app-store-connect-key-id, issuer-id, p8-path-here"
      },
      "args": [
        "-y",
        "mcp-asc"
      ],
      "command": "npx"
    }
  }
}

Getting Started

Once installed, try these example prompts and explore these capabilities:

  • 1"List my App Store Connect apps"
  • 2"Show TestFlight beta groups for app X"
  • 3Tool: list-apps, list-beta-groups, get-build, list-subscription-groups

Reviews

No reviews yet

Be the first to review this server!