mcpbeat Sign in

App Store Connect MCP Server

by beautyfree Your server? Claim it
local only

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

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

Installs per day peak 30 · avg 15 · -3% w/w
a month agotoday
132
Installs / week
npm · mcp-asc
13
Stars
0 open issues
27 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Name looks like a popular package mcp-gsc
mcp-asc похож на mcp-gsc

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

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch App Store Connect and you get told the day something new turns up.

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 -- npx -y mcp-asc
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "app-store-connect": {
      "args": [
        "-y",
        "mcp-asc"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.app-store-connect]
command = "npx"
args = ["-y", "mcp-asc"]
.cursor/mcp.json
{
  "mcpServers": {
    "app-store-connect": {
      "args": [
        "-y",
        "mcp-asc"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "app-store-connect": {
      "args": [
        "-y",
        "mcp-asc"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: APP_STORE_CONNECT_KEY_ID (API Key ID from App Store Connect (Users and Access → Integrations → App Store Connect API)), APP_STORE_CONNECT_ISSUER_ID (Issuer ID from App Store Connect), APP_STORE_CONNECT_P8_PATH (Path to your .p8 private key file (downloaded from App Store Connect)), APP_STORE_CONNECT_VENDOR_NUMBER (Vendor number; required for sales and finance reports only). The author declared them in the registry entry; get the values from the project itself.

Alternatives to App Store Connect

same job, measured the same way
Appstoreconnect MCP
by akoskomuves

App Store Connect for MCP clients: PPP pricing, subscriptions, TestFlight, reviews, reports & more

843 installs/wk local only
App Store Connect MCP
by chrischall

App Store Connect MCP: apps, TestFlight, reviews, sales reports, and team users.

241 installs/wk local only
NinjaOne MCP
by servosity

Every NinjaOne report, plus a local store that answers fleet-wide questions no single API call can

local only
SparkPay
by sparkpay

Stripe billing for indie apps: plans, coupons, subscriptions, customers and revenue reporting.

answering
NordicMCP — Stripe
by nordicmcp

Hosted Stripe MCP server: 18 tools for payments, subscriptions, invoicing, customers, and reporting.

answering
Nanocart MCP
by bytebunny-io

Manage your NanoCart store from any AI agent: products, orders, coupons, subscribers, reports.

72 installs/wk answering
MCP Asaas
by codespar

MCP server for Asaas — billing automation, Pix, boleto, credit card, subscriptions

21 installs/wk local only
Mailchimp MCP Server
by cyanheads

Mailchimp via MCP: draft, test, and send campaigns; manage audiences and subscribers; pull reports.

101 installs/wk local only

App Store Connect — questions

Answers built from our own checks of this server.

Why is there no uptime for App Store Connect?
App Store Connect 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 mcp-asc was installed 132 times last week.
How do I connect App Store Connect?
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 mcp-asc straight from npm; nothing to host, nothing to sign up for.
How many people use App Store Connect?
The npm package mcp-asc was installed 132 times in the last week. Week over week that is -3%. 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 open source?
Yes — it is published under the MIT licence, written in TypeScript and 13 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.