MCP · Beta

Use StoreShots from your AI assistant

The StoreShots MCP server lets Claude, Cursor, or any MCP-compatible assistant run StoreShots for you. Describe what you need in plain language and it generates App Store screenshots, icons, translations, resizes, feature graphics and preview videos, billed from your own credits.

How it works

1

Create a key

Sign in and generate a personal API key on your dashboard.

2

Connect

Paste the key into your assistant's MCP config (one copy-paste).

3

Prompt

Ask in plain language. The assistant runs StoreShots and returns the images.

Example prompt

“Scrape my app from this App Store link, generate 5 premium screenshots in a clean dark style, then translate them to Turkish and German.”

The assistant chains the tools and returns the finished images.

What it can do

get_creditsCheck your remaining balance
scrape_appRead app info from a store URL
generate_screenshotsPremium App Store screenshots
translate_screenshotsLocalize screenshots to any language
resize_screenshotsConvert phone and tablet sizes
generate_iconApp icon concepts
generate_feature_graphicGoogle Play feature graphic
generate_preview_videoLaunch / preview video

Setup

Easiest: create your API key, then paste https://storeshots.co/mcp/install to your assistant and ask it to set up StoreShots. It reads the page, asks for your key, and connects.

Or add it to your assistant’s MCP config by hand:

mcp config
{
  "mcpServers": {
    "storeshots": {
      "command": "npx",
      "args": ["-y", "https://storeshots.co/uploads/storeshots-mcp.tgz"],
      "env": {
        "STORESHOTS_API_KEY": "ss_live_your_key_from_dashboard",
        "STORESHOTS_BASE_URL": "https://storeshots.co"
      }
    }
  }
}

Works with Claude Desktop, Claude Code, Cursor, and other MCP hosts. The dashboard gives you copy-paste setup with your key already filled in, including a version the assistant can install itself. No credits, no generation, so your account stays in control.