Skip to content
Cursor

Shipshots for Cursor

io.github.gurkang/shipshots

Create App Store and Play Store screenshots with AI via MCP

client:Cursor transport:stdio runtime:npm

Install Shipshots 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": {
    "shipshots": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "shipshots-mcp"
      ],
      "env": {
        "SHIPSHOTS_API_URL": "<SHIPSHOTS_API_URL>",
        "SHIPSHOTS_API_TOKEN": "<SHIPSHOTS_API_TOKEN>"
      }
    }
  }
}

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

Shipshots in other clients