nw.js

GitHub

Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.

RAW Config

Claude Desktop Configuration

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

{
  "mcpServers": {
    "nw.js": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-nw.js"
      ]
    }
  }
}