# goldbergyoni/nodebestpractices | Model Context Protocol (MCP) Server > ✅ The Node.js best practices list (July 2026) - **Stars**: ⭐ 105,331 - **Language**: Dockerfile - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "nodebestpractices": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-nodebestpractices" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "nodebestpractices": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-nodebestpractices" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-nodebestpractices` - **Docker**: `docker run -i --rm mcp/nodebestpractices`