Home › Development › appstore-connect-mcp

appstore-connect-mcp

MCP server for Apple's App Store Connect API. Manage apps, TestFlight, and more.

TypeScript
★ 23 stars Last pushed 2026-06-18 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.4)

npx -y asc-mcp@1.0.4

Or add to your MCP client config:

{
  "mcpServers": {
    "appstore-connect-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "asc-mcp@1.0.4"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry