daisyui-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| daisyui_searchA | Search daisyUI React component documentation. Returns matching components with descriptions, props, and documentation links. |
| daisyui_get_componentA | Get full documentation for a specific daisyUI React component including all props, types, defaults, and usage examples. |
| daisyui_get_examplesA | Get code examples for a specific daisyUI React component. Returns TSX/JSX snippets showing common usage patterns. |
| daisyui_list_componentsA | List all available daisyUI React components, optionally filtered by category. |
| daisyui_get_theme_infoA | Get information about daisyUI themes, including available theme names and how to configure them in React. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: getting component details, examples, theme info, listing all components, and searching. No overlap.
All tools follow a consistent 'daisyui_verb_noun' snake_case pattern, e.g., daisyui_list_components, daisyui_get_component.
5 tools is well-scoped for a UI component library's documentation server, covering essential operations without being too many or too few.
Covers listing, details, examples, theme info, and search. Minor gap: no tool for getting all theme properties, but the core needs are met.