MagicScreenshots
OfficialProvides a searchable library of real App Store screenshots and preview videos from thousands of top apps across every App Store category, with the ability to look up an app's current listing screenshots, restyle your own screenshots after any library app, and localize them into 40+ languages at App Store resolution.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MagicScreenshotsfind dark-mode finance screenshots and restyle mine like them"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MagicScreenshots for agents
Give your AI agent a library of real App Store screenshots and preview videos from thousands of top apps, updated daily, then let it generate and localize your own App Store screenshots.
Library: the top 100 free and top-grossing apps in every Apple category, with screenshots, preview videos and listing history.
Search by category, today's chart, look (dark, headline, device frame, lifestyle, ...) or app name.
Generate: restyle your screenshots like any app in the library, or translate them into 40+ languages at App Store resolution.
Setup guides for every agent: https://www.magicscreenshots.com/agents
MCP endpoint (Streamable HTTP): https://www.magicscreenshots.com/api/mcp
Install
Searching needs no key. Generation, video downloads and listing history need
an API key: ask your agent to call create_api_key, or create one in
Settings > API on magicscreenshots.com, then set MAGICSCREENSHOTS_API_KEY.
Any agent with skills (Claude Code, Codex, Cursor, Cline, Windsurf, ...)
npx skills add Humanleap/magicscreenshots-mcpThis installs the skill only. Add the MCP server too (below) so the agent can call the tools.
Claude Code
Plugin (skill + MCP server):
/plugin marketplace add Humanleap/magicscreenshots-mcp
/plugin install magicscreenshots@magicscreenshotsOr just the MCP server:
claude mcp add --transport http magicscreenshots https://www.magicscreenshots.com/api/mcp \
--header "Authorization: Bearer $MAGICSCREENSHOTS_API_KEY"The plugin sends Authorization: Bearer ${MAGICSCREENSHOTS_API_KEY}. Set the
variable before starting Claude Code. With no key set, search still works, but
get_app_videos, get_app_history and generation return an auth error. For
fully keyless use, delete the headers block from the plugin's .mcp.json.
Cursor
Install the plugin from the Cursor Marketplace, or add this to
.cursor/mcp.json (project) or ~/.cursor/mcp.json:
{
"mcpServers": {
"magicscreenshots": {
"url": "https://www.magicscreenshots.com/api/mcp",
"headers": { "Authorization": "Bearer ${env:MAGICSCREENSHOTS_API_KEY}" }
}
}
}Without MAGICSCREENSHOTS_API_KEY set, leave out headers (same reason as
Claude Code above).
Codex
codex mcp add magicscreenshots --url https://www.magicscreenshots.com/api/mcpFor generation, set the key in config.toml:
[mcp_servers.magicscreenshots]
url = "https://www.magicscreenshots.com/api/mcp"
bearer_token_env_var = "MAGICSCREENSHOTS_API_KEY"Gemini CLI
Extension (skill + MCP server, search tools):
gemini extensions install https://github.com/Humanleap/magicscreenshots-mcpWith a key:
gemini mcp add --transport http --header "Authorization: Bearer $MAGICSCREENSHOTS_API_KEY" \
magicscreenshots https://www.magicscreenshots.com/api/mcpAny other MCP client
{
"mcpServers": {
"magicscreenshots": {
"type": "http",
"url": "https://www.magicscreenshots.com/api/mcp",
"headers": { "Authorization": "Bearer ms_live_..." }
}
}
}Some clients call the URL field serverUrl (Windsurf) or httpUrl (Gemini).
Leave out headers to use search only.
Command line
npx magic-screenshots search --category finance --chart grossing
npx magic-screenshots app duolingo
npx magic-screenshots screens duolingo --out ./reference
npx magic-screenshots videos instagramRelated MCP server: app-intel-mcp
Tools
Tool | Key | What it does |
| no | Search the library by text, category, look, chart, or apps with preview videos |
| no | Apple categories with app counts |
| no | Listing looks (headline, device-frame, dark, ...) with app counts |
| no | One app: developer, chart ranks, looks, screenshots, video posters |
| no | Ordered screenshots as images your agent can look at |
| Pro for files | Preview video posters; mp4 downloads with Pro |
| Pro | Past versions of a listing |
| no | Mint a key; you claim it in the browser |
| for live lookup | Your app's current App Store screenshots |
| yes | Restyle your screenshots like a library app |
| yes | Translate your screenshots into other languages |
| yes | Follow and approve generation jobs |
The skill in skills/magicscreenshots/SKILL.md
tells the agent how to run an inspiration review, make App Store screenshots,
localize, and study preview videos.
Pricing
Free: search the library and view screenshots.
Library Pro: $19, adds preview video downloads and listing history.
Team: $49 per seat.
Image credits: generation (restyle and localize) is paid per image.
Current prices: https://www.magicscreenshots.com/pricing
Legal
Screenshots and preview videos in the library belong to their developers. MagicScreenshots shows them for reference and research. Don't reuse them as your own App Store assets.
Maintaining
The web copy at public/.well-known/agent-skills/magicscreenshots/SKILL.md in
the MagicScreenshots app repo is the source. Copy it here unchanged:
cp public/.well-known/agent-skills/magicscreenshots/SKILL.md kit/skills/magicscreenshots/SKILL.mdThe app repo's scripts/agent-cli.test.mjs fails if the two copies differ or
if the digest in agent-skills/index.json is stale.
License
MIT © Humanleap. See LICENSE.
This server cannot be deployed
Maintenance
Related MCP Connectors
Live App Store & Google Play data for AI agents: app discovery, ASO keywords, reviews.
Generate exact-size App Store and Google Play screenshots, feature graphics, and listing copy.
- openasoOAuthai.openaso
App Store Optimization for AI agents: keyword ranks, suggestions, popularity, competitors, reviews
ASO tools for AI agents: keyword research, rank tracking, competitor analysis (iOS & Android).
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides live App Store rankings, charts, app details, reviews, and search across 55 countries, enabling AI assistants to query app store data.38 npmMIT
- AlicenseNot gradedqualityBmaintenanceProvides live App Store and Google Play data as MCP tools, enabling search, app details, reviews, charts, estimates, and more through natural language.1MIT
- AlicenseAqualityAmaintenanceEnables AI agents to research App Store screenshots and human-reviewed references, then produce evidence-backed messaging, narrative, art-direction briefs, and measurable copy/export QA.10451 npmMIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to create editable app store screenshot projects, manage authorized assets, review and correct designs with browser tools, and provide editor links for website export.MIT