Skip to content
Zed

asc mcp server for Zed

io.github.muhammetali/asc-mcp-server

App Store Connect MCP Server for AI coding agents

client:Zed transport:stdio runtime:npm

Install asc mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "asc-mcp-server": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

asc mcp server in other clients