appstoreconnect-mcp
NewApp Store Connect integration with Firebase Crashlytics support for iOS developers
Summary
This skill integrates App Store Connect with Firebase Crashlytics, enabling iOS developers to manage app metadata, releases, and testers directly from Claude Code.
- It also automates dSYM uploads and crash report analysis, streamlining the development and debugging workflow.
Install & Usage
~/.claude.jsonAdd the configuration to "mcpServers": { "appstoreconnect-mcp": { "command": "...", "args": [] } }
/mcpUse Cases
Usage Examples
/appstoreconnect-mcp upload-dsym --path ./build/MyApp.app.dSYM.zip
Fetch the latest crash reports from Firebase Crashlytics for version 2.1.0.
Create a new version 2.2.0 in App Store Connect and submit for TestFlight review.
Security Audits
Frequently Asked Questions
What is appstoreconnect-mcp?
This skill integrates App Store Connect with Firebase Crashlytics, enabling iOS developers to manage app metadata, releases, and testers directly from Claude Code. It also automates dSYM uploads and crash report analysis, streamlining the development and debugging workflow.
How to install appstoreconnect-mcp?
To install appstoreconnect-mcp: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "appstoreconnect-mcp": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.
What is appstoreconnect-mcp best for?
appstoreconnect-mcp is a mcp categorized under Development. It is designed for: mcp, ios, swift, app-store-connect, firebase, crashlytics, dsym, xcode. Created by Stijn Willems.
What can I use appstoreconnect-mcp for?
appstoreconnect-mcp is useful for: Upload dSYM files to Firebase Crashlytics for symbolication of crash reports.; Create and manage App Store Connect app versions and build submissions.; Invite and manage internal and external testers for TestFlight builds.; Retrieve crash reports and stack traces from Firebase Crashlytics for debugging.; Check app status and review submission details on App Store Connect.; Automate the release process by combining App Store Connect updates with Crashlytics monitoring..