Back to directory
sitemcp

sitemcp

@ryoppippi759

A Model Context Protocol (MCP) server that fetches an entire website and makes its content available as context for large language models.

site fetchweb scrapingwebsite contentcontext providercontext

Installation & Configuration

{
  "mcpServers": {
    "daisy-ui": {
      "command": "npx",
      "args": [
        "-y",
        "sitemcp",
        "https://daisyui.com",
        "-m",
        "/components/**"
      ]
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2025/4/7
Updated
2026/6/7