# ColorlibHQ/gentelella | Model Context Protocol (MCP) Server > Free Bootstrap 5 Admin Dashboard Template - **Stars**: ⭐ 21,465 - **Language**: HTML - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "gentelella": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-gentelella" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "gentelella": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-gentelella" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-gentelella` - **Docker**: `docker run -i --rm mcp/gentelella`