Stitch Stdio
FreeNot checkedStable stdio MCP server for Google Stitch AI UI design tool, eliminating the proxy subprocess to prevent crashes. Provides tools to manage projects, screens, de
About
Stable stdio MCP server for Google Stitch AI UI design tool, eliminating the proxy subprocess to prevent crashes. Provides tools to manage projects, screens, design systems, and generate UI designs.
README
Stable stdio MCP server for Google Stitch AI UI design tool.
Drop-in replacement for @_davideast/stitch-mcp that eliminates the proxy layer crash (libuv UV_HANDLE_CLOSING assertion failure on Windows and intermittent connection drops on other platforms).
Why this exists
The official @_davideast/stitch-mcp package runs a proxy subprocess that suffers from a libuv bug causing random crashes, especially on Windows. This package uses the same @google/stitch-sdk under the hood but connects via stdio transport directly -- no proxy process, no crash.
Setup
1. Get a Stitch API key
Go to stitch.withgoogle.com -> Profile -> Settings -> API Key.
2. Configure your MCP client
Point any MCP-compatible client (Claude Code, Claude Desktop, Cursor, Gemini CLI, VS Code) at npx stitch-mcp-stdio:
{
"mcpServers": {
"stitch": {
"command": "npx",
"args": ["-y", "stitch-mcp-stdio"],
"env": {
"STITCH_API_KEY": "your-api-key"
}
}
}
}
npx -y downloads + runs the latest version without a permanent install. To pin a version use [email protected].
Alternative: local clone (if you'd rather not use npx)
git clone https://github.com/bluedevilcollectibles/stitch-mcp-stdio.git
cd stitch-mcp-stdio
npm install
Then point the client at node /path/to/stitch-mcp-stdio/server.js instead of npx.
Available tools
All 12 tools from the Stitch SDK are exposed:
| Tool | Description |
|---|---|
create_project |
Create a new Stitch project |
get_project |
Get project details |
list_projects |
List all projects |
list_screens |
List screens in a project |
get_screen |
Get screen details |
generate_screen_from_text |
Generate a screen from a text prompt |
edit_screens |
Edit an existing screen |
generate_variants |
Generate design variants |
create_design_system |
Create a design system |
update_design_system |
Update a design system |
list_design_systems |
List design systems |
apply_design_system |
Apply a design system to screens |
How it works
MCP Client (Claude, Cursor, etc.)
|
| stdio (stdin/stdout)
|
stitch-mcp-stdio (this package)
|
| HTTPS (API key auth)
|
stitch.googleapis.com/mcp
No proxy subprocess. No libuv handle management. Just stdio in, API calls out.
Built by
Blue Devil Collectibles -- makers of LiveSeller Pro, inventory and live selling tools for comic shops, card shops, and collectibles dealers.
We built this MCP server to power our AI design pipeline. If you sell on WhatNot, manage pull lists, or run a brick-and-mortar shop, check out what we're building.
License
MIT
Install Stitch Stdio in Claude Desktop, Claude Code & Cursor
unyly install stitch-mcp-stdioInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add stitch-mcp-stdio -- npx -y stitch-mcp-stdioFAQ
Is Stitch Stdio MCP free?
Yes, Stitch Stdio MCP is free — one-click install via Unyly at no cost.
Does Stitch Stdio need an API key?
No, Stitch Stdio runs without API keys or environment variables.
Is Stitch Stdio hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Stitch Stdio in Claude Desktop, Claude Code or Cursor?
Open Stitch Stdio on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
LibreOffice Tools
Enables AI agents to read, write, and edit Office documents via LibreOffice with token-efficient design. Supports multiple formats including DOCX, XLSX, PPTX, a
by passerbyflutterdannote/figma-use
Full Figma control: create shapes, text, components, set styles, auto-layout, variables, export. 80+ tools.
by dannoteLogo.dev
Search and retrieve company logos by brand or domain. Customize size, format, and theme to match your design needs. Accelerate design, prototyping, and content
by NOVA-3951PIX4Dmatic
Enables GUI automation for controlling PIX4Dmatic on Windows through MCP. Supports launching, focusing, capturing screenshots, sending hotkeys, clicking UI elem
by jangjo123Compare Stitch Stdio with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All design MCPs
