Storeshots MCP

Ship App Store and Google Play screenshots without opening a design tool. 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…. Its 5 documented tools cluster into read & search, compose, generate, create & write.

People connecting e-commerce tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-30 · ★ 20 · #8 OF 39 MAINTAINED E-COMMERCE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Storeshots MCP

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add mtbun-storeshots-mcp -- npx -y storeshots-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "mtbun-storeshots-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "storeshots-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-19 - young repo, little track record yet

license MIT - declared in the repository

npm package storeshots-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.mtbun is GitHub-verified and matches the repo owner

03 · What Storeshots MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list every preset with its store and exact dimensions, and check an image against store dimension and format rules.

Capability map

Tools grouped from the project's README - what Storeshots MCP lets an agent do.

read & search

1 tool - e.g. List every preset with its store and exact dimensions

list_presets

Compose

1 tool - e.g. Render one screenshot (background, frame, headline, source image)

compose_screenshot

Generate

1 tool - e.g. Batch-render an ordered set for one platform + language; supports panoramas

generate_set

create & write

1 tool - e.g. Stitch generated screenshots into one preview strip

create_showcase

Validate

1 tool - e.g. Check an image against store dimension and format rules

validate_screenshot

Latest releases

v0.4.0 · 2026-07-30

Added · Custom device frames - supply your own frame PNG and screen rectangle; overrides the built-in frame on compose_screenshot and set-wide on generate_set. · Panoramic sets - one gradient flows continuously across…

v0.2.0 · 2026-07-20

New preset: play-feature-graphic (1024x500 Google Play feature graphic, landscape layout) · Claude Code skill: guided benefit-discovery workflow (skill/SKILL.md) · Server now reports its real version from package.json

04 · Who maintains Storeshots MCP

storeshots-mcp is maintained by mtbun. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
e-commerce - ranked #8 of 39 actively-maintained e-commerce servers as of 2026-08-25.
release cadence
2 releases in the last 90 days (latest 2026-07-30)
registry
io.github.mtbun/storeshots-mcp (active, first published 2026-07-19 · 4 versions)
packages
npm:storeshots-mcp

06 · Storeshots MCP FAQ

Is Storeshots MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-30 and it shipped 2 releases in the last 90 days. We re-verify nightly.

What can Storeshots MCP do?

With this server connected, an agent can list every preset with its store and exact dimensions, and check an image against store dimension and format rules.

How do I install Storeshots MCP?

Run `npx -y storeshots-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Storeshots MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Storeshots MCP