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).
Run
npx -y @pofky/asc-mcp
MCP client config
{
"mcpServers": {
"asc-mcp": {
"command": "npx",
"args": [
"-y",
"@pofky/asc-mcp"
]
}
}
}