Skip to content
VS Code

NVIDIA Elements for VS Code

io.github.nvidia/elements

NVIDIA Elements UI design system and agent tools for AI/ML, robotics, and autonomous vehicles.

client:VS Code transport:stdio runtime:npm

Install NVIDIA Elements in VS Code

.vscode/mcp.json

{
  "servers": {
    "elements": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@nvidia-elements/cli"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

NVIDIA Elements in other clients