packages/docs/src/routes/(routes)/blueprint/vscode/+page.md
Get a Blueprint license key.
MCP: Open User Configuration.LICENSE, EMAIL, and optional FIGMA variables.{
"servers": {
"daisyui-blueprint": {
"type": "stdio",
"command": "npx",
"args": ["-y", "daisyui-blueprint@latest"],
"env": {
"LICENSE": "YOUR BLUEPRINT LICENSE KEY",
"EMAIL": "YOUR EMAIL ADDRESS",
"FIGMA": "YOUR FIGMA API KEY (optional)"
}
}
}
}
Read VS Code docs for more info about using MCP.
After configuring the server, tell the AI model to use Blueprint MCP.
<a href="/blueprint/figma/" class="btn btn-sm rounded-full not-prose">Next: Setup the Figma API</a>