Skip to content
Claude Desktop

Shipshots for Claude Desktop

io.github.gurkang/shipshots

Create App Store and Play Store screenshots with AI via MCP

client:Claude Desktop transport:stdio runtime:npm

Install Shipshots in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "shipshots": {
      "command": "npx",
      "args": [
        "-y",
        "shipshots-mcp"
      ],
      "env": {
        "SHIPSHOTS_API_URL": "<SHIPSHOTS_API_URL>",
        "SHIPSHOTS_API_TOKEN": "<SHIPSHOTS_API_TOKEN>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Shipshots in other clients