← Index

Shipshots

io.github.gurkang/shipshots·v0.3.0·Other
Quality Score
90
/100

Create App Store and Play Store screenshots with AI via MCP

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "shipshots": {
      "command": "npx",
      "args": [
        "-y",
        "shipshots-mcp"
      ],
      "env": {
        "SHIPSHOTS_API_URL": "<shipshots_api_url>",
        "SHIPSHOTS_API_TOKEN": "<your-shipshots_api_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "shipshots": {
      "command": "npx",
      "args": [
        "-y",
        "shipshots-mcp"
      ],
      "env": {
        "SHIPSHOTS_API_URL": "<shipshots_api_url>",
        "SHIPSHOTS_API_TOKEN": "<your-shipshots_api_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y shipshots-mcp
§02  Environment variables
SHIPSHOTS_API_URL
required

Shipshots instance URL

SHIPSHOTS_API_TOKEN
requiredsecret

API token from Dashboard > Settings > MCP Tokens

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Other