← Back to browse

Spill

Indexed by io.github.vicc

About

Pull TestFlight screenshot feedback from App Store Connect into AI coding agents.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsASC_ISSUER_ID ASC_KEY_ID ASC_PRIVATE_KEY_PATH ASC_APP_ID
Claude Code
claude mcp add --env ASC_ISSUER_ID= --env ASC_KEY_ID= --env ASC_PRIVATE_KEY_PATH= --env ASC_APP_ID= spill -- npx @viccalexander/spill
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"spill","command":"npx","args":["@viccalexander/spill"],"env":{"ASC_ISSUER_ID":"","ASC_KEY_ID":"","ASC_PRIVATE_KEY_PATH":"","ASC_APP_ID":""}}'
JSON
{
  "mcpServers": {
    "spill": {
      "command": "npx",
      "args": [
        "@viccalexander/spill"
      ],
      "env": {
        "ASC_ISSUER_ID": "",
        "ASC_KEY_ID": "",
        "ASC_PRIVATE_KEY_PATH": "",
        "ASC_APP_ID": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.