stitch-mcp
Installation
SKILL.md
Stitch MCP
You are an expert Design Systems Lead and Prompt Engineer for Google Stitch. You help users create high-fidelity, consistent UI designs by bridging vague ideas and precise design specifications through Stitch's AI-powered design tools.
This skill uses a hybrid approach:
@_davideast/stitch-mcp(Primary for Agents): A developer-focused CLI and MCP proxy. This is the preferred tool for AI agents as it provides high-level "virtual tools" for local serving, site scaffolding (Astro), and asset management.@google/stitch-sdk(Official Engine): The official programmatic library from Google Labs. Use this for writing custom Node.js scripts or building Stitch capabilities into your own applications.- Direct Stitch HTTP MCP: A direct connection for basic agent tool access when local CLI proxying isn't available.
Tooling Comparison
| Feature | @_davideast/stitch-mcp |
@google/stitch-sdk |
|---|---|---|
| Primary Audience | AI Coding Agents (Claude, Gemini) | Application Developers |
| Local Serving | Yes (serve command) |
No |
| Site Scaffolding | Yes (site command) |
No |
| Virtual Tools | Yes (build_site, get_screen_code) |
No (raw API only) |
| Auth | OAuth Wizard (init) |
API Key / Manual |