Loading MCP server directory, please wait...
Pull TestFlight screenshot feedback from App Store Connect into AI coding agents.
npx @getmcp/cli add io.github.vicc/spillRequires Node.js 18+. Community-contributed server. Review source before installing.
ASC_ISSUER_IDApp Store Connect API issuer ID.
ASC_KEY_IDApp Store Connect API key ID.
ASC_PRIVATE_KEY_PATHAbsolute path to the downloaded App Store Connect .p8 private key.
ASC_APP_IDNumeric App Store Connect app ID.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.vicc/spill": {
"command": "npx",
"args": [
"-y",
"@viccalexander/spill",
"server"
],
"env": {
"ASC_ISSUER_ID": "",
"ASC_KEY_ID": "",
"ASC_PRIVATE_KEY_PATH": "",
"ASC_APP_ID": ""
}
}
}
}