Design
Stitch MCP
stitch-mcp connects agents to Google Stitch for listing projects, retrieving screens, and generating UI from text. Pair with google-labs-code/stitch-skills for higher-level design workflows.
Stars
117
Installs
20.0k
License
Apache-2.0
Kind
MCP
Trust evidence
Catalogued
Catalogued MCP with public repository metadata. Not a verified endorsement.
- Stars: 117 · catalog
- Freshness: Updated 2026-06-01
- Used in 2 known stacks
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Environment: GOOGLE_CLOUD_PROJECT
- · Node.js 18+
Reference command
{
"mcpServers": {
"stitch": {
"command": "npx",
"args": ["-y", "stitch-mcp"],
"env": {
"GOOGLE_CLOUD_PROJECT": "<YOUR_PROJECT_ID>"
}
}
}
}