@kvasar/google-stitch
v0.1.47
Published
OpenClaw plugin for Google Stitch UI generation, screen design, variants, and design systems
Maintainers
Readme
Google Stitch MCP — OpenClaw Plugin
OpenClaw plugin that exposes Google Stitch MCP tools for project management, screen generation, screen editing, design variants, and design systems.
Configuration
The plugin will not load unless both required config values are present.
OpenClaw config path:
{
"plugins": {
"entries": {
"openclaw-google-stitch": {
"config": {
"apiKey": "YOUR_API_KEY",
"endpoint": "https://stitch.googleapis.com/mcp"
}
}
}
}
}Required keys:
| Key | Description |
| --- | --- |
| apiKey | Google Stitch API key sent as X-Goog-Api-Key |
| endpoint | Stitch MCP endpoint URL |
If either value is missing, plugin registration fails with:
Exposed Tools
stitch_create_projectstitch_get_projectstitch_list_projectsstitch_list_screensstitch_get_screenstitch_generate_screen_from_textstitch_edit_screensstitch_generate_variantsstitch_create_design_systemstitch_update_design_systemstitch_list_design_systemsstitch_apply_design_system
License
MIT
