Skip to content
Cursor

NVIDIA Elements for Cursor

io.github.nvidia/elements

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

client:Cursor transport:stdio runtime:npm

Install NVIDIA Elements in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

NVIDIA Elements in other clients