Skip to content
Zed

Shipshots for Zed

io.github.gurkang/shipshots

Create App Store and Play Store screenshots with AI via MCP

client:Zed transport:stdio runtime:npm

Install Shipshots in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

Shipshots in other clients