Productivity|Development|AI / ML|Cloud|AnalyticsTypeScript
app-store-connect-mcp-server
A Model Context Protocol (MCP) server for interacting with the App Store Connect API.
N/A rating (0 reviews)0 installs314 GitHub stars
App Store ConnectMCPAI
This server provides tools for managing apps, beta testers, bundle IDs, devices, app metadata, and capabilities in App Store Connect. It enables developers to interact with their App Store Connect data directly through conversational AI, making app management, beta testing, and analytics more accessible than ever.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"app-store-connect-mcp-server-1": {
"args": [
"-y",
"@modelcontextprotocol/server-app-store-connect-mcp-server-1"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.