Appstoreconnect MCP

A Model Context Protocol server for the Apple App Store Connect API. Drives apps, subscriptions, pricing, and more from any MCP-compatible client (Claude Code, Claude Desktop, Cursor, Windsurf). Its 40 documented tools cover asc, subscription, offer, group. It runs locally over stdio via the published package.

People who work with asc, subscription and offer and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-16 · ★ 5 · #6 OF 52 MAINTAINED E-COMMERCE · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Appstoreconnect MCP

before you install - you'll need

Set ASC_ISSUER_ID, ASC_KEY_ID, ASC_PRIVATE_KEY_PATH before connecting.

Claude Code

claude mcp add akoskomuves-appstoreconnect-mcp -- npx -y @akoskomuves/appstoreconnect-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "akoskomuves-appstoreconnect-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@akoskomuves/appstoreconnect-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @akoskomuves/appstoreconnect-mcp - published under the repo owner's npm scope (@akoskomuves)

registry namespace io.github.akoskomuves is GitHub-verified and matches the repo owner

03 · What Appstoreconnect MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list apps (filter by bundleId), fetch one app by ID, fetch one group by ID, and fetch one subscription by ID.

Capability map

Tools grouped from the project's README - what Appstoreconnect MCP lets an agent do.

Asc

36 tools - e.g. list apps (filter by bundleId); fetch one app by ID; groups for an app

asc_list_apps · asc_get_app · asc_list_subscription_groups · asc_get_subscription_group · asc_list_subscriptions · asc_get_subscription…

Iaps

1 tool - e.g. asc_get_iap_availability (reads through the v2 parent path) · asc_list_iap_available_territories · asc_post_iap_availability (same replace semantics).

IAPs

Capabilities

1 tool - e.g. asc_post_bundle_id_capability · asc_patch_bundle_id_capability · asc_delete_bundle_id_capability - capability changes invalidate existing profiles; regenerate t

Capabilities

Ppp

1 tool - e.g. return the bundled Apple Music Individual-plan price snapshot used as the PPP signal

ppp_load_index

Raw

1 tool - e.g. true - return the full JSON:API payload (data, included, links, meta) for debugging or advanced use.

raw

Latest releases

v1.13.0 · 2026-09-16

asc_post_subscription_price could not open a price schedule. · The tool marked startDate required and serialized it unconditionally, so there was no way to express a subscription's first price in a territory - and…

v1.12.0 · 2026-09-16

Create subscription groups and subscriptions - the first step of monetizing an app, which this server could not do until now. · Every subscription surface here - localizations, prices, availabilities…

v1.11.0 · 2026-09-13

Opt-in anonymous error reports, off by default. · So a bug like _"Apple started rejecting every asc_patch_subscription_localization with a 409"_ surfaces as a signal instead of waiting for someone to notice and file an…

04 · Who maintains Appstoreconnect MCP

appstoreconnect-mcp is maintained by akoskomuves. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
e-commerce - ranked #6 of 52 actively-maintained e-commerce servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-16)
registry
io.github.akoskomuves/appstoreconnect-mcp (active, first published 2026-06-17)
packages
npm:@akoskomuves/appstoreconnect-mcp

06 · Appstoreconnect MCP FAQ

Is Appstoreconnect MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

What can Appstoreconnect MCP do?

With this server connected, an agent can list apps (filter by bundleId), fetch one app by ID, fetch one group by ID, and fetch one subscription by ID.

How do I install Appstoreconnect MCP?

Run `npx -y @akoskomuves/appstoreconnect-mcp`. The README documents 3 environment variables (ASC_ISSUER_ID, ASC_KEY_ID, ASC_PRIVATE_KEY_PATH) to set first. Set ASC_ISSUER_ID, ASC_KEY_ID, ASC_PRIVATE_KEY_PATH before connecting. You can also paste the ready-made client config above.

Does Appstoreconnect MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Appstoreconnect MCP

More e-commerce MCP servers · Shopify Multi Store · Truepane · 2Captcha MCP · Model Ledger

More TypeScript MCP servers · Typesense Kit · Lunch Money · Monobank · Nutrition MCP · Withings Health Data · see all