daisyUI v5.6 is now available!

Install Blueprint MCP for Cursor

Install daisyUI Blueprint MCP server for Cursor.

Step 1: License key

Get a Blueprint license key.

Step 2: Configure MCP settings

Option 1: Automatic setup

Click the button below to automatically install in Cursor.

On the MCP settings page, set:

  • LICENSE: Your Blueprint license key
  • EMAIL: Your email address
  • FIGMA: Your Figma API key (optional)

Option 2: Manual setup

In Cursor press ⌘ CMD + ⇧ Shift + P, or Ctrl + Shift + P, search for MCP: Open MCP Settings, and add this configuration to mcp.json:

mcp.json
{
  "mcpServers": {
    "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)"
      }
    }
  }
}

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

Next: Setup the Figma API