MCP server for Apple's App Store Connect API. Manage apps, TestFlight, and more.
claude mcp add appstore-connect -- npx -y asc-mcp
claude_desktop_config.json
{
"mcpServers": {
"appstore-connect": {
"command": "npx",
"args": [
"-y",
"asc-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"appstore-connect": {
"command": "npx",
"args": [
"-y",
"asc-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"appstore-connect": {
"command": "npx",
"args": [
"-y",
"asc-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"appstore-connect": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"asc-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"appstore-connect": {
"command": "npx",
"args": [
"-y",
"asc-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.SardorbekR--appstore-connect/reviews or the review_server meta-tool.
POST /mcp