daisyui-mcp
by birdseyevue
Overview
Provides DaisyUI component documentation to AI assistants via the Model Context Protocol (MCP) to help in generating UI code.
Installation
python mcp_server.pySecurity Notes
The `get_component` tool is vulnerable to path traversal. An AI assistant could request component names containing `../` (e.g., `get_component("../../mcp_server")`) to read arbitrary files outside the intended `components` directory but within the project's parent directories. This leads to an information disclosure vulnerability.
Similar Servers
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
ncp
NCP acts as a universal adapter and orchestrator for Model Context Protocol (MCP) servers and tools. It provides a unified interface for discovery, execution, and management of diverse tools (local CLI, HTTP APIs, internal plugins/Photons, AI skills) through natural language and structured code interaction, enabling AI agents to interact with the broader digital ecosystem.
MudMCP
Provides AI assistants with real-time, structured access to MudBlazor component documentation and code examples via the Model Context Protocol.
openapi-mcp-server
Converts OpenAPI specifications into Model Context Protocol (MCP) tools, enabling AI assistants to interact with APIs.