Skip to content
Cursor

asc mcp server for Cursor

io.github.muhammetali/asc-mcp-server

App Store Connect MCP Server for AI coding agents

client:Cursor transport:stdio runtime:npm

Install asc mcp server 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-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@muhammetali/asc-mcp-server"
      ],
      "env": {
        "APP_STORE_CONNECT_KEY_ID": "<APP_STORE_CONNECT_KEY_ID>",
        "APP_STORE_CONNECT_ISSUER_ID": "<APP_STORE_CONNECT_ISSUER_ID>",
        "APP_STORE_CONNECT_P8_PATH": "<APP_STORE_CONNECT_P8_PATH>"
      }
    }
  }
}

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

asc mcp server in other clients