storeshots mcp for Cursor
io.github.mtbun/storeshots-mcp
Render store-ready App Store and Google Play screenshots: device frames, headlines, exact sizes.
client:Cursor
transport:stdio
runtime:npm
Install storeshots mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"storeshots-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"storeshots-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs