Shipshots for Gemini CLI
io.github.gurkang/shipshots
Create App Store and Play Store screenshots with AI via MCP
client:Gemini CLI
transport:stdio
runtime:npm
Install Shipshots in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"shipshots": {
"command": "npx",
"args": [
"-y",
"shipshots-mcp"
],
"env": {
"SHIPSHOTS_API_URL": "<SHIPSHOTS_API_URL>",
"SHIPSHOTS_API_TOKEN": "<SHIPSHOTS_API_TOKEN>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs