Odel
appstore connect mcp

appstore connect mcp

Local
@sardorbekr24TypeScriptMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmasc-mcpv1.0.4

Run

npx -y asc-mcp

MCP client config

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