daisyUI 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:
- Blueprint: The official daisyUI MCP server (recommended for best results)
- Context7: Free third-party MCP server
- daisyUI GitMCP: Free third-party MCP server
daisyUI Blueprint
Blueprint is the official MCP server for daisyUI. Read more about Blueprint.
- Get a Blueprint license.
- Run this command. Set your Blueprint
LICENSEandEMAILvalues.FIGMAis 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@latestUsage
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 MCPSetup Context7 MCP server
Add Context7 over HTTP:
Terminal
grok mcp add --transport http context7 https://mcp.context7.com/mcpUsage
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 context7Setup daisyUI GitMCP server
Add daisyUI GitMCP over HTTP:
Terminal
grok mcp add --transport http daisyui-gitmcp https://gitmcp.io/saadeghi/daisyuiUsage
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-gitmcpUse 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