daisyUI v5.6 is now available!

Install Blueprint MCP for VSCode Copilot

Install daisyUI Blueprint MCP server for VSCode Copilot.

Step 1: License key

Get a Blueprint license key.

Step 2: Configure MCP settings

  1. In VS Code press ⌘ CMD + ⇧ Shift + P, or Ctrl + Shift + P.
  2. Search for MCP: Open User Configuration.
  3. Add this configuration and set your 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.

Next: Setup the Figma API
Do you have a question? Ask on GitHub or Discord server
Do you see a bug? open an issue on GitHub
Do you like daisyUI? Post about it!
Support daisyUI's development: Open Collective