Stats
Actions
Tags
Connects to the DaisyUI Blueprint service for generating component blueprints and UI patterns, leveraging Figma design data. Requires LICENSE and optionally EMAIL and FIGMA.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"daisyui-blueprint": {
"command": "npx",
"args": [
"-y",
"daisyui-blueprint@latest"
],
"env": {
"EMAIL": "${user_config.email}",
"FIGMA": "${user_config.figma_api_key}",
"LICENSE": "${user_config.license}"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
EMAIL=${user_config.email}FIGMA=${user_config.figma_api_key}LICENSE=${user_config.license}First indexed Jun 28, 2026
First indexed Jun 28, 2026
npx claudepluginhub saadeghi/daisyui --plugin daisyui-blueprint