Loading MCP server directory, please wait...
MCP server for NVIDIA NIM - 50+ LLMs, multimodal, image gen, embeddings, reranking
npx @getmcp/cli add io.github.david-eve-za/nvidia-nim-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
NVIDIA_API_KEYYour NVIDIA API key for accessing NIM models. Get one at https://build.nvidia.com
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.david-eve-za/nvidia-nim-mcp": {
"command": "npx",
"args": [
"-y",
"nvidia-nim-mcp"
],
"env": {
"NVIDIA_API_KEY": "",
"NVIDIA_NIM_BASE_URL": "",
"NVIDIA_AI_FOUNDATION_URL": "",
"DEFAULT_MODEL": "",
"ENABLE_IMAGE_GENERATION": "",
"ENABLE_VISION": "",
"ENABLE_MULTIMODAL": ""
}
}
}
}