Render store-ready App Store and Google Play screenshots: device frames, headlines, exact sizes.
Connect Storeshots to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Render store-ready App Store and Google Play screenshots: device frames, headlines, exact sizes. The storeshots mcp server is what makes that connection.
storeshots-mcp turns raw app screenshots into finished store-listing visuals — device frames, benefit-driven headlines, brand backgrounds, and exact store dimensions for iOS and Android. It runs as an MCP server, so the AI agent you already use writes and translates the copy while storeshots renders the pixels. No design tool, no subscription, no API keys.
storeshots-mcp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
list_presets — List every preset with its store and exact dimensionscompose_screenshot — Render one screenshot (background, frame, headline, source image)generate_set — Batch-render an ordered set for one platform + language; supports panoramascreate_showcase — Stitch generated screenshots into one preview stripvalidate_screenshot — Check an image against store dimension and format rulesAmong the browser automation options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Storeshots's toolset — list_presets, compose_screenshot, generate_set and 2 more — is a fair guide to whether it matches your workflow. It is maintained by mtbun; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| list_presets | List every preset with its store and exact dimensions |
| compose_screenshot | Render one screenshot (background, frame, headline, source image) |
| generate_set | Batch-render an ordered set for one platform + language; supports panoramas |
| create_showcase | Stitch generated screenshots into one preview strip |
| validate_screenshot | Check an image against store dimension and format rules |
{
"mcpServers": {
"storeshots": {
"command": "npx",
"args": ["-y", "storeshots-mcp"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
The original Chromium automation reference server — simple, screenshot-driven browser control.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.