TensorRT-LLM (MCP Server)

GitHub

TensorRT LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and supports state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT LLM also contains components to create Python and C++ runtimes that orchestrate the inference execution in a performant way.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "TensorRT-LLM": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-TensorRT-LLM"
      ]
    }
  }
}