html5-boilerplate

GitHub

A professional front-end template for building fast, robust, and adaptable web apps or sites.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "html5-boilerplate": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-html5-boilerplate"
      ]
    }
  }
}