# nwjs/nw.js | Model Context Protocol (MCP) Server > Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies. - **Stars**: ⭐ 41,187 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "nw.js": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-nw.js" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "nw.js": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-nw.js" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-nw.js` - **Docker**: `docker run -i --rm mcp/nw.js`