AppLaunchFlow MCP
Allows creating AI-generated App Store screenshots, including phone, tablet, and desktop sizes.
Allows creating AI-generated Google Play screenshots in all supported formats.
Click on "Install 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., "@AppLaunchFlow MCPPrepare screenshot styles for my app's source screenshots"
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.
AppLaunchFlow MCP
MCP server for AppLaunchFlow — create App Store & Google Play screenshots with AI.
Connect
AppLaunchFlow is a hosted MCP connector with OAuth 2.1 and PKCE. No API key, local token, or scoped npm package name is required.
Codex
The shortest setup command configures the hosted connector and opens OAuth:
npx -y applaunchflow connect codexUseful follow-up commands:
npx -y applaunchflow status
npx -y applaunchflow disconnectThe equivalent native Codex commands are:
codex mcp add applaunchflow --url https://mcp.applaunchflow.com/mcp
codex mcp login applaunchflow
codex mcp get applaunchflow
codex mcp remove applaunchflowChatGPT
npx -y applaunchflow connect chatgptPaste the displayed URL when creating a custom MCP connector in ChatGPT. The
same URL is also available at any time with npx -y applaunchflow url.
Other MCP clients
Use this Streamable HTTP endpoint and enable OAuth when prompted:
https://mcp.applaunchflow.com/mcpRelated MCP server: ShipKit
Hosted service
The public Streamable HTTP service uses OAuth 2.1 authorization code flow with PKCE through the AppLaunchFlow dashboard.
npm ci
npm run build
APPLAUNCHFLOW_BASE_URL=https://dashboard.applaunchflow.com \
APPLAUNCHFLOW_MCP_PUBLIC_URL=https://mcp.applaunchflow.com \
PORT=8787 \
npm run start:httpPublic endpoints:
MCP:
https://mcp.applaunchflow.com/mcpProtected resource metadata:
https://mcp.applaunchflow.com/.well-known/oauth-protected-resourceHealth:
https://mcp.applaunchflow.com/healthz
Official MCP Registry
AppLaunchFlow is published as io.github.ynnickw/applaunchflow in the official
MCP Registry. The checked-in server.json is the canonical
registry manifest and points clients to the hosted OAuth connector.
Registry publication runs automatically from GitHub Actions when the manifest
changes on main. Keep the manifest version aligned with package.json; the
test suite enforces this before publication.
APPLAUNCHFLOW_MCP_PUBLIC_URL may be either the origin or the full /mcp
URL; both services normalize it to the same canonical resource URL. Set
APPLAUNCHFLOW_MCP_PUBLIC_URL=https://mcp.applaunchflow.com/mcp and
NEXT_PUBLIC_APP_URL=https://dashboard.applaunchflow.com on the dashboard.
The included Dockerfile produces a non-root OCI image for the hosted server.
The MCP host and dashboard must both be served through public HTTPS in
production. Do not expose the Node process directly without a TLS-terminating
platform or reverse proxy.
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 pathsThe personalized gallery opens automatically. Compare each template's V1/V2 render and confirm the choice; the gallery creates the new variant from cache and opens the editor.
browse_templates can reopen a prepared catalog, and apply_screenshot_style
remains available when an API client supplies a template id directly.
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
npm ci
npm run devRun npm test before publishing or deploying. See
docs/openai-submission.md for the final OpenAI
submission checklist and manual test cases.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server for ScreenshotFreeAPI – capture website screenshots, render HTML/PDF, and fetch app store listing screenshots from any MCP-compatible AI client.79MIT
- Alicense-qualityDmaintenanceMCP server for shipping iOS apps, enabling screenshots of simulators, managing App Store Connect metadata, and submitting apps for review.16MIT
- 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.512920MIT
Related MCP Connectors
MCP server for Appcircle mobile CI/CD platform.
Create App Store screenshots, icons, ASO copy, localization, and revisions via hosted MCP.
MCP server for Wan AI video generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ynnickw/applaunchflow-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server