Stitch Wand for Cursor
io.github.dilshaus/stitch-wand
Design token tools for Google Stitch: convert, validate, diff, lint, generate, and export.
client:Cursor
transport:stdio
runtime:npm
Install Stitch Wand in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"stitch-wand": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@stitchwand/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs