sitemcp
567
SiteMCP is a tool designed to fetch entire websites and serve them as an MCP server. It offers customizable features such as tool naming, content length configuration, page matching, and readability improvement through CSS selectors. It is particularly useful for users needing to manage large amounts of site data efficiently.
npx
{ "mcpServers": { "daisy-ui": { "command": "npx", "args": [ "-y", "sitemcp", "https://daisyui.com", "-m", "/components/**" ] } } }