Skip to content
Zed

appstore connect for Zed

io.github.sardorbekr/appstore-connect

MCP server for Apple's App Store Connect API. Manage apps, TestFlight, and more.

client:Zed transport:stdio runtime:npm

Install appstore connect in Zed

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

{
  "context_servers": {
    "appstore-connect": {
      "command": "npx",
      "args": [
        "-y",
        "asc-mcp"
      ]
    }
  }
}

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

appstore connect in other clients