# h5bp/html5-boilerplate | Model Context Protocol (MCP) Server > A professional front-end template for building fast, robust, and adaptable web apps or sites. - **Stars**: ⭐ 57,584 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "html5-boilerplate": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-html5-boilerplate" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "html5-boilerplate": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-html5-boilerplate" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-html5-boilerplate` - **Docker**: `docker run -i --rm mcp/html5-boilerplate`