asc-mcp
asc-mcp is a Swift MCP server for Claude Desktop, Cursor, Windsurf with git clone. MCP server for App Store Connect API — 208 tools for managing apps, builds, TestFlight, subscriptions, and more from Claude, Cursor, VS Code, or any MCP client
How to use asc-mcp
Install or run
git clone https://github.com/zelentsov-dev/asc-mcp.gitClient configuration
{
"companies": [
{
"id": "my-company",
"name": "My Company",
"key_id": "XXXXXXXXXX",
"issuer_id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"key_path": "/Users/you/.keys/AuthKey_XXXXXXXXXX.p8",
"vendor_number": "YOUR_VENDOR_NUMBER"
},
{
"id": "client-company",
"name": "Client Corp",
"key_id": "YYYYYYYYYY",
"issuer_id": "yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy",
"key_path": "/Users/you/.keys/AuthKey_YYYYYYYYYY.p8",
"vendor_number": "YOUR_VENDOR_NUMBER"
}
]
}
```
> **Note:** `vendor_number` is required for analytics tools (`analytics_sales_report`, `analytics_financial_report`, `analytics_app_summary`). Find it in [App Store Connect → Sales and Trends → Reports](https://appstoreconnect.apple.com/trends/reports).
#### Configuration Priority
The server resolves configuration in this order:
1. `--companies /path/to/companies.json` (CLI argument)
2. Constructor parameter (programmatic)
3. `ASC_MCP_COMPANIES=/path/to/companies.json` (env var pointing to JSON file)
4. Default JSON file paths (`~/.config/asc-mcp/companies.json`, etc.)
5. `ASC_COMPANY_1_KEY_ID` ... (multi-company env vars)
6. `ASC_KEY_Compatible clients
What is asc-mcp?
asc-mcp is a Swift MCP server for Claude Desktop, Cursor, Windsurf with git clone. MCP server for App Store Connect API — 208 tools for managing apps, builds, TestFlight, subscriptions, and more from Claude, Cursor, VS Code, or any MCP client This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Tool access support
- Shell commands support
- Document generation support
- OpenAI provider support
- Anthropic provider support
- Google provider support
- Connecting agents to external tools and data
Technical details
Install or run asc-mcp using git clone. Check zelentsov-dev/asc-mcp for the latest setup command.
- Built for Swift
- Built for Go
- Install or run with git clone
- Works with Claude Desktop
- Works with Cursor
- Works with Windsurf
- Works with VS Code
- Works with Codex
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use asc-mcp
- Use it for connecting agents to external tools and data.
- Use it for integrations workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for claude desktop users.
Built with
Explore related resources
Frequently asked questions
What is asc-mcp?
asc-mcp is a Swift MCP server for Claude Desktop, Cursor, Windsurf with git clone. MCP server for App Store Connect API — 208 tools for managing apps, builds, TestFlight, subscriptions, and more from Claude, Cursor, VS Code, or any MCP client
Who is asc-mcp best for?
asc-mcp is best for connecting agents to external tools and data, integrations workflows, coding workflows, data workflows, claude desktop users.
How do I install asc-mcp?
Install or run asc-mcp using git clone. Check asc-mcp for the latest setup command.
Is asc-mcp actively maintained?
asc-mcp may need a closer maintenance check before production use.
Auto-fetched from GitHub.