mcpbeat Sign in

App Store Connect MCP Server

local only

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

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

Installs per day peak 305 · avg 29 · +22% w/w
a month agotoday
241
Installs / week
npm · @chrischall/app-store-connect-mcp
1
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check App Store Connect MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: APP_STORE_CONNECT_KEY_ID (10-character App Store Connect API Key ID (e.g. ABC1234567).), APP_STORE_CONNECT_ISSUER_ID (Team Issuer ID (UUID) from App Store Connect → Users and Access → Integrations.), APP_STORE_CONNECT_PRIVATE_KEY_PATH (Absolute path to your downloaded .p8 private key file. Either this or APP_STORE_CONNECT_PRIVATE_KEY is required.), APP_STORE_CONNECT_PRIVATE_KEY (PEM contents of your .p8 private key. Either this or APP_STORE_CONNECT_PRIVATE_KEY_PATH is required.). 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
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
by beautyfree

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

132 installs/wk local only
Itcons.app
by itcons-app

Connect AI assistants to Itcons.app work orders, reports, projects, users, and resources.

34 installs/wk answering
TalentLMS
by mindstone

TalentLMS MCP server: users, courses, groups, branches, reporting, and assessments

32 installs/wk local only
Shopify Multi Store
by alex-brecher

Connect AI agents to multiple Shopify Admin stores for reports, comparisons, and guarded updates.

92 installs/wk local only
Fcop
by joinwell52-ai

Durable tasks, reports, reviews and branch convergence for multi-agent teams over local files.

222 installs/wk local only
Admob MCP Server
by parksanggwon

MCP server for the Google AdMob API — apps, ad units, mediation, and revenue reports

62 installs/wk local only
Rise MCP
by gzlo

RISE CRM MCP server — 36 tools across CRM, projects, tickets, finance, sales, HR, and reports.

88 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 @chrischall/app-store-connect-mcp was installed 241 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 @chrischall/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 @chrischall/app-store-connect-mcp was installed 241 times in the last week. Week over week that is +22%. 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?
Yes — it is published under the MIT licence, written in TypeScript and 1 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.