← All servers

NVIDIA Elements

io.github.NVIDIA/elements v2.1.4
Official Registry git

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

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect locally via stdio

Run in your terminal
claude mcp add elements -- npx -y @nvidia-elements/cli
Add to claude_desktop_config.json
{
  "mcpServers": {
    "elements": {
      "command": "npx",
      "args": [
        "-y",
        "@nvidia-elements/cli"
      ]
    }
  }
}
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "elements": {
      "command": "npx",
      "args": [
        "-y",
        "@nvidia-elements/cli"
      ]
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "elements": {
      "command": "npx",
      "args": [
        "-y",
        "@nvidia-elements/cli"
      ]
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "elements": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@nvidia-elements/cli"
      ]
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "elements": {
      "command": "npx",
      "args": [
        "-y",
        "@nvidia-elements/cli"
      ]
    }
  }
}

Packages

npm @nvidia-elements/cli@2.1.4

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/io.github.NVIDIA--elements/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent