Stitch
Freeby MCP Community
Stitch MCP CLI helper. Automates Google Cloud authentication. Generates MCP config for your client. Sets up a proxy server.
v0.5.3Added Apr 12, 2026
Stitch MCP Server
Stitch MCP CLI helper. Automates Google Cloud authentication. Generates MCP config for your client. Sets up a proxy server.
Installation
Reviews
Installation
Quick install
npx -y @_davideast/stitch-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"stitch": {
"command": "npx",
"args": ["-y", "@_davideast/stitch-mcp"]
}
}
}