packages/docs/src/routes/(routes)/docs/mcp/grok/+page.md
<SEO title="daisyUI MCP server for Grok Build" desc="Set up Grok Build to generate accurate daisyUI code from your prompts." />
<div class="breadcrumbs text-sm not-prose opacity-40"> <ul> <li><a href="/docs/mcp/">MCP setup guides</a></li> <li>Grok Build</li> </ul> </div> <h1>daisyUI MCP server for Grok Build</h1> <p>Set up Grok Build to generate accurate daisyUI code from your prompts.</p>MCP servers give Grok Build access to external tools and documentation while it works. You have three options for daisyUI:
Blueprint is the official MCP server for daisyUI. Read more about Blueprint.
LICENSE and EMAIL values. FIGMA is optional and only needed for Figma-to-code conversion.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
Ask Grok Build to use Blueprint MCP when it writes daisyUI code.
Give me a light daisyUI 5 theme with a tropical color palette. use Blueprint MCP
Add Context7 over HTTP:
grok mcp add --transport http context7 https://mcp.context7.com/mcp
Ask Grok Build to use Context7 when it writes daisyUI code.
Give me a light daisyUI 5 theme with a tropical color palette. use context7
Add daisyUI GitMCP over HTTP:
grok mcp add --transport http daisyui-gitmcp https://gitmcp.io/saadeghi/daisyui
Ask Grok Build to use daisyUI GitMCP when it writes daisyUI code.
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.