Skip to main content
Glama
matracey

daisyui-mcp-server

by matracey

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: getting component details, examples, theme info, listing all components, and searching. No overlap.

Naming Consistency5/5

All tools follow a consistent 'daisyui_verb_noun' snake_case pattern, e.g., daisyui_list_components, daisyui_get_component.

Tool Count5/5

5 tools is well-scoped for a UI component library's documentation server, covering essential operations without being too many or too few.

Completeness4/5

Covers listing, details, examples, theme info, and search. Minor gap: no tool for getting all theme properties, but the core needs are met.

Maintenance

ActivityActive
ResponsivenessNo issues