daisyUI v5.6 is now available!

Install Blueprint MCP for Cline

Install daisyUI Blueprint MCP server for Cline.

Step 1: License key

Get a Blueprint license key.

Step 2: Configure MCP settings

  1. Click the MCP Servers icon at the top navigation bar of the Cline pane.
  2. Select the Configure tab.
  3. Click the Configure MCP Servers button at the bottom of the pane.
  4. Add this configuration to cline_mcp_settings.json.
{
  "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)"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

After configuring the server, tell the AI model to use Blueprint MCP.

Next: Setup the Figma API