Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"nw.js": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-nw.js"
]
}
}
}