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.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。