App Store Connect MCP Server
Enables AI assistants to access App Store Connect data including financial metrics, subscription analytics, app performance data, and revenue insights. Provides real-time iOS app metrics through secure API integration with rate limiting and comprehensive reporting capabilities.
README
App Store Connect MCP Server
By Trial and Error Inc
The reliable bridge between App Store Connect and AI assistants
Problem
You need iOS app metrics in Claude. The "official" MCP servers are broken. Manual exports waste hours. This fixes that.
Solution
A working MCP server for App Store Connect. Built in 3 hours. No dependencies on broken packages. It just works.
Quick Start
# Clone the repo
git clone https://github.com/TrialAndErrorAI/appstore-connect-mcp
cd appstore-connect-mcp
# Install dependencies
npm install
# Build
npm run build
# Configure Claude Desktop
# Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"appstore-connect": {
"command": "node",
"args": ["/path/to/appstore-connect-mcp/dist/index.js"],
"env": {
"APP_STORE_KEY_ID": "YOUR_KEY_ID",
"APP_STORE_ISSUER_ID": "YOUR_ISSUER_ID",
"APP_STORE_P8_PATH": "/path/to/key.p8"
}
}
}
}
# Restart Claude Desktop
Getting App Store Connect Credentials
- Go to App Store Connect
- Navigate to Users and Access → Keys
- Click "+" to generate a new key
- Select "Admin" or "Finance" role
- Download the .p8 file (ONLY downloadable once!)
- Note your Key ID and Issuer ID
What You Can Ask Claude
Once configured, Claude can help you with:
- Financial Metrics: "What's our iOS monthly recurring revenue?"
- Subscription Analytics: "Show me active subscriber count and churn rate"
- App Performance: "List all our iOS apps with their current versions"
- Revenue Insights: "Calculate our ARR and growth rate"
- API Health: "Test the App Store Connect connection"
- Usage Monitoring: "Show API rate limit status"
More features coming soon: crash analytics, TestFlight metrics, customer reviews
Architecture
See RFC-001-architecture.md for technical details.
Project Structure
appstore-connect-mcp/
├── PRFAQ.md # Product vision and FAQ
├── RFC-001-architecture.md # Technical specification
├── src/
│ ├── auth/ # JWT authentication
│ ├── api/ # App Store Connect client
│ ├── services/ # Domain logic
│ └── server/ # MCP server implementation
├── tests/ # Test suite
└── dist/ # Compiled output
Development
# Install dependencies
npm install
# Run in development mode
npm run dev
# Run tests
npm test
# Build for production
npm run build
# Type check
npm run type-check
Why We Built This
Our portfolio company RenovateAI is ranked #28 in Design Tools on the App Store. We needed real-time iOS metrics in Claude to make data-driven decisions. The existing solutions failed us:
@joshuarileydev/app-store-connect-mcp-server- NPM 404 error- Manual API integration - Days of work, maintenance burden
- CSV exports - Manual, error-prone, time-consuming
So we built our own. Clean, typed, reliable. In 3 hours flat.
Status
🚀 ALPHA RELEASE - MVP Complete, Ready for Testing
Completed ✅
- [x] PRFAQ written - Vision crystallized
- [x] RFC drafted - Architecture defined
- [x] Authentication module - JWT with P8 keys
- [x] API client - Rate limiting, pagination, error handling
- [x] MCP server - 8 tools exposed to Claude
- [x] Core services - App and Finance services
- [x] TypeScript setup - Full type safety
- [x] Build system - Clean compilation
- [x] Documentation - Setup guides and API docs
In Progress 🔄
- [ ] Live testing with real App Store Connect account
- [ ] Analytics service implementation
- [ ] Comprehensive test suite
- [ ] npm package publishing
Roadmap 📍
- [ ] Automated testing with GitHub Actions
- [ ] More financial report types
- [ ] TestFlight integration
- [ ] Customer reviews analysis
- [ ] Crash reporting metrics
Current Status: MVP complete, awaiting App Store Connect credentials for live testing
License
MIT - Use it, modify it, sell it. Just make it work.
Available Tools
The MCP server exposes 8 tools to Claude:
| Tool | Description | Status |
|---|---|---|
list_apps |
Get all apps in your account | ✅ Ready |
get_app |
Get detailed app information | ✅ Ready |
get_sales_report |
Fetch sales and subscription data | ✅ Ready |
get_revenue_metrics |
Calculate MRR, ARR, churn | ✅ Ready |
get_subscription_metrics |
Subscription analytics | ✅ Ready |
get_app_analytics |
User engagement metrics | 🔄 Stub |
test_connection |
Verify API access | ✅ Ready |
get_api_stats |
Rate limit monitoring | ✅ Ready |
Support
- Issues: GitHub Issues
- Discussions: Coming soon
- Email: mcp@trialanderror.ai
Credits
Built by Trial and Error Inc because broken dependencies are unacceptable.
First production use: RenovateAI - The AI that understands architecture.
"We don't wait for packages to work. We build." - Trial and Error Inc
Star this repo if you found it useful! We're building more MCP servers for the tools you actually use.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
E2B
Using MCP to run code via e2b.