daisyUI MCP v1.5: Generate unique UIs now!

Grok BuilddaisyUI MCP server for Grok Build

Set up Grok Build to generate accurate daisyUI code from your prompts.

MCP servers give Grok Build access to external tools and documentation while it works. You have three options for daisyUI:

  1. Blueprint: The official daisyUI MCP server (recommended for best results)
  2. Context7: Free third-party MCP server
  3. daisyUI GitMCP: Free third-party MCP server

daisyUI Blueprint

Blueprint is the official MCP server for daisyUI. Read more about Blueprint.

  1. Get a Blueprint license.
  2. Run this command. Set your Blueprint LICENSE and EMAIL values. FIGMA is optional and only needed for Figma-to-code conversion.
Terminal
grok mcp add daisyui-blueprint 
  --env LICENSE=YOUR_LICENSE_KEY 
  --env EMAIL=YOUR_EMAIL 
  --env FIGMA=YOUR_FIGMA_API_KEY 
  -- npx -y daisyui-blueprint@latest

Usage

Ask Grok Build to use Blueprint MCP when it writes daisyUI code.

prompt
Give me a light daisyUI 5 theme with a tropical color palette. use Blueprint MCP

Setup Context7 MCP server

Add Context7 over HTTP:

Terminal
grok mcp add --transport http context7 https://mcp.context7.com/mcp

Usage

Ask Grok Build to use Context7 when it writes daisyUI code.

prompt
Give me a light daisyUI 5 theme with a tropical color palette. use context7

Setup daisyUI GitMCP server

Add daisyUI GitMCP over HTTP:

Terminal
grok mcp add --transport http daisyui-gitmcp https://gitmcp.io/saadeghi/daisyui

Usage

Ask Grok Build to use daisyUI GitMCP when it writes daisyUI code.

prompt
Give me a light daisyUI 5 theme with a tropical color palette. use daisyui-gitmcp

Use grok mcp list to see configured servers. If a server doesn't connect, run grok mcp doctor <name>. Read the Grok Build MCP docs for project scope, OAuth, compatibility, and log locations.

Do you have a question? Ask on GitHub or Discord server
Do you like daisyUI? Post about it!
Support daisyUI's development: Open Collective
BLUEPRINT

Official daisyUI
Code Generator
MCP server

Generate daisyUI code with any LLM

More details