Skip to content
Claude Desktop

NVIDIA CUDA Docs for Claude Desktop

com.nvidia.ngc.nsight.copilot.api/cuda-docs

Search NVIDIA CUDA documentation and code samples from AI coding agents.

client:Claude Desktop transport:streamable-http

Install NVIDIA CUDA Docs in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "cuda-docs": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.copilot.nsight.ngc.nvidia.com/mcp/cuda-docs"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

NVIDIA CUDA Docs in other clients