Build an MCP server for Google Stitch with 18 tools for design systems, accessibility, responsive UI, and React, Vue, Svelte orchestration
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-pro-mcp": {
"command": "npx",
"args": [
"-y",
"ostensible-meeting210/stitch-pro-mcp"
]
}
}
}
Run in terminal:
claude mcp add stitch-pro-mcp npx -y ostensible-meeting210/stitch-pro-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"stitch-pro-mcp": {
"command": "npx",
"args": [
"-y",
"ostensible-meeting210/stitch-pro-mcp"
]
}
}
}