mcpbeat Sign in

App Store Connect MCP Server

by abd3lraouf-studios Your server? Claim it
local only

App Store Connect MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 48 installs a week from npm. Last commit 31 Aug 2026.

App Store Connect + StoreKit 2: 1,293 Apple operations behind 11 tools, writes confirmed.

Installs per day peak 159 · avg 20 · +66% w/w
a month agotoday
48
Installs / week
npm · @abd3lraouf/app-store-connect-mcp
0
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
BUSL-1.1
License
TypeScript

What the code does

We read the source, 12 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable src/resources.ts:72
  const file = path.join(ROOT, relative);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add app-store-connect-mcp -- npx -y @abd3lraouf/app-store-connect-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "app-store-connect-mcp": {
      "args": [
        "-y",
        "@abd3lraouf/app-store-connect-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.app-store-connect-mcp]
command = "npx"
args = ["-y", "@abd3lraouf/app-store-connect-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "app-store-connect-mcp": {
      "args": [
        "-y",
        "@abd3lraouf/app-store-connect-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "app-store-connect-mcp": {
      "args": [
        "-y",
        "@abd3lraouf/app-store-connect-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ASC_KEY (keychain:<service> (recommended), or a path to your AuthKey .p8), ASC_ISSUER_ID (Issuer ID. Not needed if stored in the keychain envelope.), ASC_KEY_ID (API key ID. Not needed if stored in the keychain envelope.), ASC_BUNDLE_ID (Required for App Store Server API calls and to verify Apple's signatures.), ASC_APP_APPLE_ID (Numeric Apple ID. Apple requires it to verify Production signatures.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to App Store Connect MCP

same job, measured the same way
App Store Connect
by forgeopslabs

MCP server for the Apple App Store Connect API - 114 annotated tools, optional read-only mode.

local only
AppStore Copilot
by appstorecopilot

AI-agent operations for App Store Connect and Google Play, with approval before live publishing.

answering
App Store Connect MCP
by gjeltep

Interact with Apple's App Store Connect API

103 installs/wk local only
Heimdall
by erayendes

Every App Store Connect + StoreKit 2 endpoint. 890 tools in 13 profiles, narrow to 27.

380 installs/wk local only
App Manager
by lance

App Store Connect operator for AI agents: icons, TestFlight builds, listings, IAP, rejection fixes.

answering
MCP Firefly Iii
by yakupemreyerli

Security-first, self-hosted MCP server for Firefly III — 152 operations behind 5 scoped tools.

79 installs/wk local only
shopify-operations-mcp
by jpka

Safe-write Shopify operations: plan-before-execute writes with out-of-band approval and audit.

31 installs/wk local only
Appstore Connect MCP
by ryaker

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

45 installs/wk local only

App Store Connect MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for App Store Connect MCP?
App Store Connect MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @abd3lraouf/app-store-connect-mcp was installed 48 times last week.
How do I connect App Store Connect MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @abd3lraouf/app-store-connect-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use App Store Connect MCP?
The npm package @abd3lraouf/app-store-connect-mcp was installed 48 times in the last week. Week over week that is +66%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is App Store Connect MCP open source?
No, and the distinction matters: its licence is declared as BUSL-1.1. That makes it source-available — you can read the code, but the terms are the author's own, not one of the recognised open-source licences. Read them before you build on it.