@applaunchflow/mcp
v0.1.3
Published
MCP server for AppLaunchFlow — create App Store & Google Play screenshots with AI.
Downloads
461
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
Development
pnpm install
pnpm dev