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
{
"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