Turns text prompts into premium iOS UI mockups (PNG + HTML). Powered by Claude + a Playwright headless renderer. Two backends: local claude CLI (uses your Claude Code subscription) or the Anthropic API.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.ANTHROPIC_API_KEY— echo "=sk-ant-..." >> .envANTHROPIC_MODEL— claude-opus-4-7 API backend only. If your account doesn't have Opus access, set to claude-sonnet-4-6 or claude-haiku-4-5CLAUDE_BACKEND— echo "=api" > .envCLAUDE_CLI_MODELCLAUDE_CLI_PATH— claude Path to the claude binaryCLAUDE_CLI_TIMEOUT_MS— 180000 Subprocess timeoutDESIGNS_DIR— ./designs Where outputs are persistedDEVICE_SCALE— 2 Retina factor (final PNG is WIDTH × DEVICE_SCALE wide)GITHUB_ACTIONSHTTP_HOST— 127.0.0.1 Bind interface; non-loopback requires MCP_HTTP_TOKENHTTP_PORT— 7821 HTTP transport portMCP_HTTP_TOKEN— $(openssl rand -hex 32)MCP_TRANSPORT— stdio stdio or httpMOCKIT_IN_CONTAINERPLAYWRIGHT_NO_SANDBOX— auto auto = sandbox enabled outside containers; true to force-disable, false to force-enable. Disabling reduces isolation against malicious model HTML — only do so inside a container.VIEWPORT_HEIGHT— 844 Render height in CSS pixelsVIEWPORT_WIDTH— 390 Render width in CSS pixels[](https://m8ven.ai/mcp/karyaboyraz-mockit-mcp-18evaj)