# nvm-sh/nvm | Model Context Protocol (MCP) Server > Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions - **Stars**: ⭐ 94,253 - **Language**: Shell - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "nvm": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-nvm" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "nvm": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-nvm" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-nvm` - **Docker**: `docker run -i --rm mcp/nvm`