Gemini Stitch
Freeby MCP Community
Unified MCP server for Gemini AI code generation and Google Stitch design, with pipeline tools for design-to-code workflows
v1.2.2Added Apr 12, 2026
mcpgeministitchclaude-codeui-generation
Gemini Stitch MCP Server
Unified MCP server for Gemini AI code generation and Google Stitch design, with pipeline tools for design-to-code workflows
Installation
npx -y gemini-stitch-mcp
Reviews
Installation
Quick install
npx -y gemini-stitch-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"gemini-stitch": {
"command": "npx",
"args": ["-y", "gemini-stitch-mcp"]
}
}
}