Appstore Connect runs on your own machine — the client starts it, so there is no endpoint to ping. 65 installs a week from npm. Last commit 8 Jun 2026.
MCP server for Apple's App Store Connect API. Manage apps, TestFlight, and more.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add appstore-connect -- npx -y asc-mcp
{
"mcpServers": {
"appstore-connect": {
"args": [
"-y",
"asc-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.appstore-connect]
command = "npx"
args = ["-y", "asc-mcp"]
{
"mcpServers": {
"appstore-connect": {
"args": [
"-y",
"asc-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"appstore-connect": {
"args": [
"-y",
"asc-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.