Appstore Connect MCP Server

A Model Context Protocol (MCP) server for Apple's App Store Connect API. Manage your iOS, macOS, tvOS, and visionOS apps directly from Claude, Cursor, or any MCP-compatible client. It runs locally over stdio via the published package.

People who work with app store connect, apple and automation and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-06-18 · ★ 24 · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Appstore Connect

before you install - you'll need

Set APP_STORE_CONNECT_KEY_ID, APP_STORE_CONNECT_ISSUER_ID, APP_STORE_CONNECT_P8_PATH, APP_STORE_CONNECT_P8_CONTENT before connecting.

Claude Code

claude mcp add sardorbekr-appstore-connect-mcp -- npx -y asc-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "sardorbekr-appstore-connect-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "asc-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 asc-mcp - unscoped; check the name against the project README before installing

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

03 · Who maintains Appstore Connect

appstore-connect is maintained by sardorbekr. It's the only MCP server we track from this author; the repo dates to Jan 2026.

04 · Facts

category
e-commerce - actively maintained as of 2026-09-18.
registry
io.github.SardorbekR/appstore-connect (active, first published 2026-01-28)
packages
npm:asc-mcp

05 · Appstore Connect FAQ

What is Appstore Connect?

A Model Context Protocol (MCP) server for Apple's App Store Connect API. Manage your iOS, macOS, tvOS, and visionOS apps directly from Claude, Cursor, or any MCP-compatible client. It runs locally over stdio via the published package.

Is Appstore Connect still maintained?

Yes - as of 2026-09-18, its last commit was 2026-06-18. We re-verify nightly.

How do I install Appstore Connect?

Run `npx -y asc-mcp`. The README documents 4 environment variables (APP_STORE_CONNECT_KEY_ID, APP_STORE_CONNECT_ISSUER_ID, APP_STORE_CONNECT_P8_PATH…) to set first. Set APP_STORE_CONNECT_KEY_ID, APP_STORE_CONNECT_ISSUER_ID, APP_STORE_CONNECT_P8_PATH, APP_STORE_CONNECT_P8_CONTENT before connecting. You can also paste the ready-made client config above.

Does Appstore Connect 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.

06 · Alternatives to Appstore Connect

More e-commerce MCP servers · CrowdStrike MCP · Level MCP · NinjaOne MCP · Pax8 MCP

More TypeScript MCP servers · JobScout MCP · Memoire · Search Console MCP · Scavio · Ecb MCP · see all