Generate daisyUI code from a Figma design file
This is an experimental feature. If results are not accurate, try a smaller section of the design or simplify the design.
In Figma, go to Settings > Security > Personal Access Tokens > Generate new token.
Required permissions:
Set the Figma API token in the FIGMA environment variable for the Blueprint MCP server.
"daisyui-blueprint": {
"type": "stdio",
"command": "npx",
"env": {
"LICENSE": "YOUR LICENSE KEY",
"EMAIL": "YOUR EMAIL",
"FIGMA": "YOUR FIGMA API KEY"
}
}In Figma, right click on a section and choose Copy/Paste as > Copy link to selection.
In your editor, paste the link and ask the LLM to generate daisyUI code for that design.