@applaunchflow/mcp
v0.2.4
Published
MCP server for AppLaunchFlow — create App Store & Google Play screenshots with AI.
Readme
AppLaunchFlow MCP
MCP server for AppLaunchFlow — create App Store & Google Play screenshots with AI.
Setup
Add to your MCP client config (e.g. Claude Desktop):
{
"mcpServers": {
"applaunchflow": {
"command": "npx",
"args": ["-y", "@applaunchflow/mcp@latest"]
}
}
}Auth
npx -y @applaunchflow/mcp@latest auth loginCredentials are stored in ~/.applaunchflow/credentials.json.
Environment overrides:
applaunchflow_BASE_URLapplaunchflow_MCP_TOKENapplaunchflow_MCP_COOKIE_NAME
Personalized style workflow
Screenshot and social-graphics styles are prepared once for the selected app screenshots, then the chosen style is applied from cache. This lets users compare styles without paying for another AI call when they choose one.
For App Store screenshots:
list_source_screenshotsprepare_screenshot_styleswith 3-7 ordered pathsbrowse_templateswith the returnedtemplateIds,generationId, andcatalogKeyapply_screenshot_stylewith the returnedcatalogKey
For social graphics:
list_source_screenshotsprepare_social_graphics_styleswith 3-7 ordered pathsbrowse_social_templateswith the returnedtemplateIds,generationId, andcatalogKeyapply_social_graphics_stylewith the returnedcatalogKey
The screenshot result includes phone, tablet, and desktop. The social result includes all six supported formats. generate_layouts and generate_graphics remain available for legacy direct single-template calls.
Development
pnpm install
pnpm dev