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
Create a key
Sign in and generate a personal API key on your dashboard.
Connect
Paste the key into your assistant's MCP config (one copy-paste).
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 balancescrape_appRead app info from a store URLgenerate_screenshotsPremium App Store screenshotstranslate_screenshotsLocalize screenshots to any languageresize_screenshotsConvert phone and tablet sizesgenerate_iconApp icon conceptsgenerate_feature_graphicGoogle Play feature graphicgenerate_preview_videoLaunch / preview videoSetup
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:
{
"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.