← Back to Plugins
MCP Server MCP

Shipshots

github By github 👁 1 views ▲ 0 votes

Create App Store and Play Store screenshots with AI via MCP

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "shipshots-mcp",
      "version": "0.11.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Shipshots instance URL",
          "isRequired": true,
          "value": "https://shipshots.app",
          "name": "SHIPSHOTS_API_URL"
        },
        {
          "description": "API token from Dashboard > Settings > MCP Tokens",
          "isRequired": true,
          "isSecret": true,
          "name": "SHIPSHOTS_API_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...