screenmocks-mcp
Allows designing and exporting localized App Store screenshot sets, including adding screens, device frames, 3D mockups, text, shapes, stock photos, and per-size/per-locale overrides, plus verifying layouts with measured reports.
screenmocks-mcp
A tiny stdio bridge to the hosted ScreenMocks MCP server. ScreenMocks lets an AI agent design and export localized App Store and Play Store screenshot sets: create projects, add screens, place device frames, 3D mockups, text, shapes and stock photos, apply per-size and per-locale overrides across all 48 App Store locales, and read back a measured layout report to verify its own design. 44 tools.
The product runs hosted; this repository is the open-source client shim for MCP clients that only speak stdio. Clients that support Streamable HTTP should skip it and connect directly.
Direct connection (recommended)
{
"mcpServers": {
"screenmocks": {
"type": "http",
"url": "https://www.screenmocks.com/api/mcp",
"headers": { "Authorization": "Bearer sf_pat_your_token" }
}
}
}Related MCP server: app-store-screenshots-mcp
Via this bridge (stdio-only clients)
{
"mcpServers": {
"screenmocks": {
"command": "npx",
"args": ["-y", "screenmocks-mcp"],
"env": { "SCREENMOCKS_TOKEN": "sf_pat_your_token" }
}
}
}Getting a token
Sign in at screenmocks.com, Settings → MCP →
Create token (paid plans). The token is shown once; treat it like a password —
it acts on your whole account. Without a token the bridge still starts and
answers initialize and tools/list from the
public manifest, so you can inspect the
tool set; calling a tool returns an error pointing here.
Docs
Server page and connection details: https://www.screenmocks.com/mcp
Tool reference: https://www.screenmocks.com/docs (MCP article)
Manifest: https://www.screenmocks.com/mcp.json
License
MIT (this bridge). The hosted service has its own terms.
This server cannot be deployed
Maintenance
Related MCP Connectors
Create App Store screenshots, icons, ASO copy, localization, and revisions via hosted MCP.
Generate designed, localized App Store screenshot sets from your raw app captures.
Design and export App Store / Play Store screenshots, localized across all 48 App Store locales.
Localize and render App Store and Google Play screenshots from Claude. 41 languages.
Related MCP Servers
- AlicenseBqualityAmaintenanceUnified MCP server for App Store Connect & Google Play Console — manage listings, screenshots, releases, reviews & submissions9146 npm33MIT
- AlicenseAqualityCmaintenanceMCP server that turns raw in-app screenshots into beautiful, store-ready marketing images for the iOS App Store and Google Play.5MIT
- AlicenseAqualityAmaintenanceAn MCP server that turns raw app screenshots into polished, pixel-perfect store listing visuals with device frames, benefit-driven headlines, brand colors, and exact store dimensions for iOS and Android.586 npm20MIT
- AlicenseNot gradedqualityCmaintenanceA local-first MCP server for creating and managing App Store and Google Play screenshot decks, letting agents upload, review, localize, and export store-ready images without accessing source code.MIT