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
{
"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