# saadeghi/daisyui | Model Context Protocol (MCP) Server > 🌼 🌼 🌼 🌼 🌼  The most popular, free and open-source Tailwind CSS component library - **Stars**: ⭐ 42,053 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## πŸ”Œ Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "daisyui": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-daisyui" ] } } } ``` ## ⚑ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "daisyui": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-daisyui" ] } } } ``` ## πŸš€ Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-daisyui` - **Docker**: `docker run -i --rm mcp/daisyui`