Stitch Wand for VS Code
io.github.dilshaus/stitch-wand
Design token tools for Google Stitch: convert, validate, diff, lint, generate, and export.
client:VS Code
transport:stdio
runtime:npm
Install Stitch Wand in VS Code
.vscode/mcp.json
{
"servers": {
"stitch-wand": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@stitchwand/mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs