streamable-httpupdated 8d ago
MCP server for AppLaunchFlow — create App Store & Google Play screenshots with AI.
AppLaunchFlow で何ができる?
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 codex
Useful follow-up commands:
npx -y applaunchflow status
npx -y applaunchflow disconnect
The 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 applaunchflow
Claude Code
The same one-command setup is available for Claude Code. It replaces a legacy AppLaunchFlow entry when necessary, adds the hosted HTTP connector, and opens OAuth sign-in:
npx -y applaunchflow connect claude
The equivalent native Claude Code commands are:
claude mcp add --transport http applaunchflow https://mcp.applaunchflow.com/mcp
claude mcp login applaunchflow
ChatGPT
npx -y applaunchflow connect chatgpt
Paste 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/mcp
Claude Code plugin
This repository is also a distributable Claude Code plugin. Its
.claude-plugin/plugin.json manifest bundles the hosted OAuth connector from
.mcp.json, so users do not need to copy a server configuration manually.
To validate or try the plugin directly from a clone:
claude plugin validate . --strict
claude --plugin-dir .
Claude Code starts the hosted connector when the plugin is enabled and opens the AppLaunchFlow OAuth flow when authentication is required.
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:http
Public endpoints:
- MCP:
https://mcp.applaunchflow.com/mcp - Protected resource metadata:
https://mcp.applaunchflow.com/.well-known/oauth-protected-resource - Health:
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 paths- The 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 dev
Run npm test before publishing or deploying. See
docs/openai-submission.md for the final OpenAI
submission checklist and manual test cases.
インストール
AppLaunchFlow をクライアントに追加します。お使いのものを選んでください。
claude mcp add --transport http applaunchflow https://mcp.applaunchflow.com/mcpcodex mcp add applaunchflow --url https://mcp.applaunchflow.com/mcp{
"mcpServers": {
"applaunchflow": {
"url": "https://mcp.applaunchflow.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"applaunchflow": {
"type": "http",
"url": "https://mcp.applaunchflow.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"applaunchflow": {
"url": "https://mcp.applaunchflow.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"applaunchflow": {
"serverUrl": "https://mcp.applaunchflow.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
スコア
39 / 100
情報不足
- ドキュメント25/25
- メンテナンス25/25
- 信頼性6/20
- 機能0/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 0.3.12最新 | 2026年8月31日 |
| 0.3.11 | 2026年8月31日 |
| 0.3.10 | 2026年8月26日 |
| 0.3.9 | 2026年8月23日 |
| 0.3.8 | 2026年8月17日 |
| 0.3.7 | 2026年8月12日 |