daisyUI v5.6 is now available!

Install Blueprint MCP for OpenCode

Install daisyUI Blueprint MCP server for OpenCode.

Step 1: License key

Get a Blueprint license key.

Step 2: Install OpenCode CLI

Install OpenCode CLI if you haven't already.

npm install -g opencode-ai

Step 3: Configure MCP settings

Create or edit opencode.json in your project root and add the Blueprint MCP configuration.

{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "daisyui-blueprint": {
      "type": "local",
      "command": ["npx", "-y", "daisyui-blueprint@latest"],
      "enabled": true,
      "environment": {
        "LICENSE": "YOUR_LICENSE_KEY",
        "EMAIL": "YOUR_EMAIL",
        "FIGMA": "YOUR_FIGMA_API_KEY (optional)"
      }
    }
  }
}

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

Next: Setup the Figma API