Catalog
io.github.gurkang/shipshots
OfficialShipshots
Create App Store and Play Store screenshots with AI via MCP
Generate App Store and Play Store screenshots automatically using AI.
README not available yet.
Install
Configuration
Environment variables
SHIPSHOTS_API_URLrequireddefault https://shipshots.appShipshots instance URL
SHIPSHOTS_API_TOKENrequiredsecretAPI token from Dashboard > Settings > MCP Tokens
claude_desktop_config.json
{
"mcpServers": {
"shipshots": {
"command": "npx",
"args": [
"-y",
"shipshots-mcp@0.9.0"
],
"env": {
"SHIPSHOTS_API_URL": "https://shipshots.app",
"SHIPSHOTS_API_TOKEN": "<YOUR_SHIPSHOTS_API_TOKEN>"
}
}
}
}