io.github.gjeltep/app-store-connect-mcp MCP Server
io.github.gjeltep/app-store-connect-mcp
What is the io.github.gjeltep/app-store-connect-mcp MCP server?
Interact with Apple's App Store Connect API
How to install io.github.gjeltep/app-store-connect-mcp
Copy-paste configuration for popular MCP clients.
APP_STORE_KEY_IDrequiredsecretApp Store Connect API Key ID
APP_STORE_ISSUER_IDrequiredsecretApp Store Connect Issuer ID
APP_STORE_PRIVATE_KEY_PATHrequiredPath to the .p8 private key file for App Store Connect authentication
APP_STORE_APP_IDDefault App ID for operations (optional)
APP_STORE_KEY_TYPEKey type: 'team' or 'individual' (defaults to 'team')
APP_STORE_SCOPEComma-separated list of OAuth scopes (optional)
APP_STORE_SUBJECTSubject for individual keys (optional)
{
"mcpServers": {
"app-store-connect-mcp": {
"command": "uvx",
"args": [
"app-store-connect-mcp"
],
"env": {
"APP_STORE_KEY_ID": "<YOUR_APP_STORE_KEY_ID>",
"APP_STORE_ISSUER_ID": "<YOUR_APP_STORE_ISSUER_ID>",
"APP_STORE_PRIVATE_KEY_PATH": "<YOUR_APP_STORE_PRIVATE_KEY_PATH>",
"APP_STORE_APP_ID": "<YOUR_APP_STORE_APP_ID>",
"APP_STORE_KEY_TYPE": "<YOUR_APP_STORE_KEY_TYPE>",
"APP_STORE_SCOPE": "<YOUR_APP_STORE_SCOPE>",
"APP_STORE_SUBJECT": "<YOUR_APP_STORE_SUBJECT>"
}
}
}
}{
"mcpServers": {
"app-store-connect-mcp": {
"command": "uvx",
"args": [
"app-store-connect-mcp"
],
"env": {
"APP_STORE_KEY_ID": "<YOUR_APP_STORE_KEY_ID>",
"APP_STORE_ISSUER_ID": "<YOUR_APP_STORE_ISSUER_ID>",
"APP_STORE_PRIVATE_KEY_PATH": "<YOUR_APP_STORE_PRIVATE_KEY_PATH>",
"APP_STORE_APP_ID": "<YOUR_APP_STORE_APP_ID>",
"APP_STORE_KEY_TYPE": "<YOUR_APP_STORE_KEY_TYPE>",
"APP_STORE_SCOPE": "<YOUR_APP_STORE_SCOPE>",
"APP_STORE_SUBJECT": "<YOUR_APP_STORE_SUBJECT>"
}
}
}
}{
"mcpServers": {
"app-store-connect-mcp": {
"command": "uvx",
"args": [
"app-store-connect-mcp"
],
"env": {
"APP_STORE_KEY_ID": "<YOUR_APP_STORE_KEY_ID>",
"APP_STORE_ISSUER_ID": "<YOUR_APP_STORE_ISSUER_ID>",
"APP_STORE_PRIVATE_KEY_PATH": "<YOUR_APP_STORE_PRIVATE_KEY_PATH>",
"APP_STORE_APP_ID": "<YOUR_APP_STORE_APP_ID>",
"APP_STORE_KEY_TYPE": "<YOUR_APP_STORE_KEY_TYPE>",
"APP_STORE_SCOPE": "<YOUR_APP_STORE_SCOPE>",
"APP_STORE_SUBJECT": "<YOUR_APP_STORE_SUBJECT>"
}
}
}
}{
"servers": {
"app-store-connect-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"app-store-connect-mcp"
],
"env": {
"APP_STORE_KEY_ID": "<YOUR_APP_STORE_KEY_ID>",
"APP_STORE_ISSUER_ID": "<YOUR_APP_STORE_ISSUER_ID>",
"APP_STORE_PRIVATE_KEY_PATH": "<YOUR_APP_STORE_PRIVATE_KEY_PATH>",
"APP_STORE_APP_ID": "<YOUR_APP_STORE_APP_ID>",
"APP_STORE_KEY_TYPE": "<YOUR_APP_STORE_KEY_TYPE>",
"APP_STORE_SCOPE": "<YOUR_APP_STORE_SCOPE>",
"APP_STORE_SUBJECT": "<YOUR_APP_STORE_SUBJECT>"
}
}
}
}claude mcp add app-store-connect-mcp --env APP_STORE_KEY_ID=<YOUR_APP_STORE_KEY_ID> --env APP_STORE_ISSUER_ID=<YOUR_APP_STORE_ISSUER_ID> --env APP_STORE_PRIVATE_KEY_PATH=<YOUR_APP_STORE_PRIVATE_KEY_PATH> --env APP_STORE_APP_ID=<YOUR_APP_STORE_APP_ID> --env APP_STORE_KEY_TYPE=<YOUR_APP_STORE_KEY_TYPE> --env APP_STORE_SCOPE=<YOUR_APP_STORE_SCOPE> --env APP_STORE_SUBJECT=<YOUR_APP_STORE_SUBJECT> -- uvx app-store-connect-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.