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 34 documented tools cover asc, subscription, offer, prices. It runs locally over stdio via the published package.

People connecting e-commerce tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-13 · ★ 5 · #5 OF 39 MAINTAINED E-COMMERCE · VERIFIED 2026-08-25

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, schedule a price change for one territory, and cancel a pending scheduled change.

Capability map

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

Asc

29 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_list_subscriptions · asc_list_subscription_prices · asc_list_subscription_price_points…

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

Max Items

1 tool - e.g. number - cap auto-pagination (default 500–1000 depending on the tool). The MCP follows links.next and merges + dedupes included resources across pages.

maxItems

Latest releases

v1.9.0 · 2026-08-13

Featuring nominations (5 tools) - pitch releases to Apple's editorial team for App Store featuring (WWDC24 surface): list (app/state/type filters), get, create, update, delete. Creates default to submitted:false (a…

v1.8.0 · 2026-08-13

Provisioning & code signing (19 tools) - the Developer-portal surface, completing the expansion roadmap's v1.3 phase: · - Bundle IDs: list (identifier filter) / get (with capabilities + profiles) / register / rename /…

v1.7.0 · 2026-08-13

Sandbox testers (3 tools, /v2 surface): list the team's StoreKit sandbox accounts, PATCH a tester's settings (territory, interruptPurchases, accelerated subscriptionRenewalRate - a month renewing every 3–60 minutes for…

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 #5 of 39 actively-maintained e-commerce servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-13)
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-08-25, its last commit was 2026-08-13 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, schedule a price change for one territory, and cancel a pending scheduled change.

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 · Model Ledger · Catalog CLI Pro · Tienda Nube

More TypeScript MCP servers · Typesense Kit · Lunch Money · Monobank · Withings Health Data · Web Validator by DigestSEO · see all