Skip to content
Cursor

asc mcp for Cursor

io.github.pofky/asc-mcp

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

client:Cursor transport:stdio runtime:npm

Install asc mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "asc-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pofky/asc-mcp"
      ],
      "env": {
        "ASC_KEY_ID": "<ASC_KEY_ID>",
        "ASC_ISSUER_ID": "<ASC_ISSUER_ID>",
        "ASC_PRIVATE_KEY_PATH": "<ASC_PRIVATE_KEY_PATH>",
        "ASC_LICENSE_KEY": "<ASC_LICENSE_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

asc mcp in other clients