Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

RAW Config

Claude Desktop Configuration

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

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