Skip to content
Cursor

appstore screenshots for Cursor

io.github.remoas/appstore-screenshots

Generate professional App Store screenshots by matching any top app's style.

client:Cursor transport:stdio runtime:npm

Install appstore screenshots in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "appstore-screenshots": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "appstore-screenshots-mcp"
      ],
      "env": {
        "APPSTORE_SCREENSHOTS_API_KEY": "<APPSTORE_SCREENSHOTS_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

appstore screenshots in other clients