Skip to content
VS Code

storeshots mcp for VS Code

io.github.mtbun/storeshots-mcp

Render store-ready App Store and Google Play screenshots: device frames, headlines, exact sizes.

client:VS Code transport:stdio runtime:npm

Install storeshots mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "storeshots-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "storeshots-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

storeshots mcp in other clients