daisyui-mcp
Verified Safeby SidiqHadi
Overview
Sets up a local server to provide offline documentation for DaisyUI components, accessible via an LLM agent.
Installation
python mcp_server.pySecurity Notes
The `update_components.py` script fetches documentation from a hardcoded external URL (`https://daisyui.com/llms.txt`) and saves it locally. While the server itself only serves this local content, a compromise of the external source could lead to malicious content being downloaded. However, the server does not execute this content, reducing direct server-side execution risk. No 'eval' or other direct malicious patterns found in the provided source code.
Similar Servers
daisyui-mcp
Provides DaisyUI component documentation to AI assistants via the Model Context Protocol (MCP) to help in generating UI code.
magento-graphql-docs-mcp
Provides tools to search and retrieve Magento 2 GraphQL API documentation from local markdown files, aiding development and coding agents.
documan
A documentation tool that provides a built-in MCP server, allowing AI assistants to semantically search and understand documentation in real-time.
daisy-days
Zed extension providing DaisyUI documentation search, design concept references, and HTML layout generation for UI development.