stitch-mcp-stdio
Allows interaction with Google Stitch AI UI design tool, providing tools for managing projects, screens, design systems, and generating UI designs from text prompts.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@stitch-mcp-stdioGenerate a login screen for a mobile app"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
stitch-mcp-stdio
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.
Related MCP server: Stitch MCP
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 stitch-mcp-stdio@1.0.0.
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 installThen 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 a new Stitch project |
| Get project details |
| List all projects |
| List screens in a project |
| Get screen details |
| Generate a screen from a text prompt |
| Edit an existing screen |
| Generate design variants |
| Create a design system |
| Update a design system |
| List design systems |
| 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/mcpNo 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bluedevilcollectibles/stitch-mcp-stdio'
If you have feedback or need assistance with the MCP directory API, please join our Discord server