list_apps
Get a list of all apps in App Store Connect.
How to use it
list_apps is exposed by the App Store Connect MCP Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the list_apps tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install App Store Connect MCP Server
npx @smithery/cli install appstore-connect-mcp-server --client claudeOther tools in App Store Connect MCP Server (39)
Add a new tester to a beta group.
(required): The ID of the app
Filter by state (e.g., READYFORSALE, PREPAREFORSUBMISSION)
(required): The ID of the app store version
(optional): Filter by build ID
(optional): Filter by bundle identifier
(optional): Copyright text for this version
Create a new app store version for an app.
Register a new bundle ID for app development.
(optional): Download the screenshot image (default: true)
(optional): ISO 8601 date string (required when releaseType is SCHEDULED)
(required): Email address of the tester
(required): The ID of the feedback
(required): Field to update (description, keywords, marketingUrl, promotionalText, supportUrl, whatsNew)
(optional): Filter options
(optional): Tester's first name
Get detailed information about a specific app.
Get detailed information about a specific localization.
Get detailed information about a specific beta feedback screenshot.
(required): The ID of the beta group
(required): The bundle ID string (e.g., 'com.example.app')
(optional): Related resources to include (e.g., appClips, appInfos, appStoreVersions, betaGroups, builds)
(optional): Include build information
(optional): Include tester information
(optional): Tester's last name
(optional): Maximum number of apps to return (default: 100, max: 200)
Get all localizations for a specific app store version.
Get all app store versions for a specific app.
List beta feedback screenshot submissions.
List all beta testing groups (internal and external).
List testers in a specific beta group.
(required): The ID of the localization
(required): The platform (IOS, MACOS, TVOS, VISIONOS)
(optional): How the app should be released (MANUAL, AFTERAPPROVAL, SCHEDULED)
Remove a tester from a beta group.
(required): The ID of the tester
Update a specific field in an app store version localization.
(required): New value for the field
(required): Version string in format X.Y or X.Y.Z (e.g., '1.0' or '1.0.0')