Skip to content
Cursor

Spill for Cursor

io.github.vicc/spill

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

client:Cursor transport:stdio runtime:npm

Install Spill in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "spill": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@viccalexander/spill"
      ],
      "env": {
        "ASC_ISSUER_ID": "<ASC_ISSUER_ID>",
        "ASC_KEY_ID": "<ASC_KEY_ID>",
        "ASC_PRIVATE_KEY_PATH": "<ASC_PRIVATE_KEY_PATH>",
        "ASC_APP_ID": "<ASC_APP_ID>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Spill in other clients