★ 4 stars
TypeScript
📦 Other
Updated 18d ago
Combined MCP server for Google Stitch — 25 tools for design, analysis, export, and upstream proxy
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"stitch-mcp-server": {
"command": "npx",
"args": [
"-y",
"oogleyskr/stitch-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add stitch-mcp-server npx -y oogleyskr/stitch-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"stitch-mcp-server": {
"command": "npx",
"args": [
"-y",
"oogleyskr/stitch-mcp-server"
]
}
}
}