Catalog
io.github.remoas/appstore-screenshots
OfficialGenerate professional App Store screenshots by matching any top app's style.
Generates professional App Store screenshots by matching any top app's design style.
README not available yet.
Install
Configuration
Environment variables
APPSTORE_SCREENSHOTS_API_KEYsecretYour API key from https://appstorescreenshot.app/for-ai (optional for 1 free generation, required for unlimited)
claude_desktop_config.json
{
"mcpServers": {
"appstore-screenshots": {
"command": "npx",
"args": [
"-y",
"appstore-screenshots-mcp@1.0.0"
],
"env": {
"APPSTORE_SCREENSHOTS_API_KEY": "<YOUR_APPSTORE_SCREENSHOTS_API_KEY>"
}
}
}
}