Odel
asc mcp

asc mcp

Local
@pofkyTypeScriptMITUpdated 3 days ago

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

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).

npm@pofky/asc-mcpv1.9.9

Run

npx -y @pofky/asc-mcp

MCP client config

{
  "mcpServers": {
    "asc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pofky/asc-mcp"
      ]
    }
  }
}