Google Stitch integration — design UIs, capture screenshots, and pull refined designs back as code.
| Command | What it does |
|---|---|
/stitch:stitch |
Design or refine UIs with Google Stitch |
/stitch:stitch-capture |
Screenshot your web app pages for design analysis |
/stitch:stitch-pull |
Pull Stitch designs into your codebase as components |
/stitch:stitch-setup |
Set up Stitch MCP authentication |
claude --plugin-dir /path/to/stitch-pluginOr install from marketplace. Then run /stitch:stitch-setup to authenticate with Google.
- stitch — Google Stitch MCP (
@_davideast/stitch-mcp) - playwright — Browser automation for screenshots (
@playwright/mcp)
/stitch a modern SaaS pricing page with 3 tiers, dark theme
/stitch refine
> Captures your app, analyzes the design, sends to Stitch for improvement
/stitch-pull latest --framework react --dir ./src/components
- Node.js 18+
- Google account (for Stitch access)
gcloudCLI (installed automatically by setup)