Security
Trust: 25/100 (Limited)io.github.ryaker/appstore-connect-mcp Guide
MCP server for Apple Store Connect API integration with OAuth authentication support
5 starsby ryaker
Quick Start
Install
npx @ryaker/appstore-connect-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-ryaker-appstore-connect-mcp": {
"command": "npx",
"args": [
"@ryaker/appstore-connect-mcp"
]
}
}
}