mcpbeat Sign in

Asc MCP Server

local only

Asc MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 173 installs a week from npm. Last commit 15 Sep 2026.

41 tools to ship an App Store release: metadata, screenshots, builds, TestFlight, IAP, submit.

Installs per day peak 342 · avg 35 · -2% w/w
a month agotoday
173
Installs / week
npm · @pofky/asc-mcp
0
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/tools/local-build.ts:14
    execFile(

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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

This one needs environment variables set before it will start: ASC_KEY_ID (App Store Connect API Key ID (10-char alphanumeric from ASC portal)), ASC_ISSUER_ID (App Store Connect Issuer ID (UUID from ASC portal)), ASC_PRIVATE_KEY_PATH (Path to .p8 private key file downloaded from App Store Connect), ASC_LICENSE_KEY (Pro license key for intelligence tools, reviews, and sales (optional, get at buy.polar.sh)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Asc MCP

same job, measured the same way
Spill
by vicc

Pull TestFlight screenshot feedback from App Store Connect into AI coding agents.

34 installs/wk local only
Shipshots
by gurkang

Create App Store and Play Store screenshots with AI via MCP

69 installs/wk local only
Llama AI MCP
by rocnubie

Use Llama AI Chat to test Meta Llama 4 Maverick on code review, long PDFs, and screenshots.

local only
Appstore Screenshots
by remoas

Generate professional App Store screenshots by matching any top app's style.

37 installs/wk local only
Shotlingo
by shotlingo

Localize and render App Store and Google Play screenshots from Claude. 41 languages.

answering
Shots
by shots

Create App Store screenshots, icons, ASO copy, localization, and revisions via hosted MCP.

answering
Preflight Ios MCP
by ethanackerman-git

57 tools for AI-powered iOS Simulator automation — tap, swipe, type, screenshots, and more.

51 installs/wk local only
Mockupper
by damdafayton

Turn raw screenshots into professional device mockups & app store visuals in seconds with AI.

answering

Asc MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Asc MCP?
Asc 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 @pofky/asc-mcp was installed 173 times last week.
How do I connect Asc 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 @pofky/asc-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Asc MCP?
The npm package @pofky/asc-mcp was installed 173 times in the last week. Week over week that is -2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Asc MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.