Google Stitch MCP Setup Guide — Claude Code, Cursor, Gemini CLI (2026)
Step-by-step Stitch MCP setup for every AI coding platform. Auto-install, manual config, UI generation examples, and troubleshooting — everything the official docs skip.

Stitch MCP Practical Guide — From Installation to UI Generation
Google Stitch generates UI designs and frontend code from text prompts. Stitch MCP connects it to AI coding agents (Claude Code, Cursor, Gemini CLI, etc.) as an MCP server.
The official docs list setup steps but skip the practical stuff. This guide covers installation through actual UI generation in one place.
What Stitch MCP Is
Stitch is an experimental tool from Google Labs. As of 2026 it generates with Gemini 3 Flash by default and Gemini 3 Pro in the higher-quality mode, turning a prompt into UI design + HTML/CSS code.
Related Posts

Paper of the Week #2 — The Score Is in the Abstract, the Bill Is in Table 2
I rebuilt HoH's Planner→Developer→QA loop (arXiv 2609.01481) around Claude Code on 8 hidden-test tasks: the score gap stayed inside rerun noise while tokens tripled, 58k vs 177k. HoH's own Table 2 reports 3.25x. Plus the matched-loss control promised in issue #1, graded.

CLAUDE.md Templates for Five Project Types — Copy, Paste, and the Rules That Actually Change Agent Behavior
Five CLAUDE.md/AGENTS.md templates — Next.js, Python ML, monorepo, data pipeline, research notebook — plus which lines agents actually obey and how to use a rules file to govern side effects.

Mobile Claude Code: three approaches, and what actually works
Three ways to reach Claude Code from your phone — tmux + SSH, /remote-control, and server-based agents. The real fix isn't "mobile support" but decoupling compute from your device.