MCP server for NVIDIA NIM - 50+ LLMs, multimodal, image gen, embeddings, reranking
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
nvidia-nim-mcp · npm · 2.1.2
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.david-eve-za/nvidia-nim-mcp",
"description": "MCP server for NVIDIA NIM - 50+ LLMs, multimodal, image gen, embeddings, reranking",
"repository": {
"url": "https://github.com/david-eve-za/nvidia-nim-mcp",
"source": "github"
},
"version": "2.1.2",
"packages": [
{
"registryType": "npm",
"identifier": "nvidia-nim-mcp",
"version": "2.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your NVIDIA API key for accessing NIM models. Get one at https://build.nvidia.com",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "NVIDIA_API_KEY"
},
{
"description": "Base URL for self-hosted NIM endpoints",
"format": "string",
"name": "NVIDIA_NIM_BASE_URL"
},
{
"description": "Base URL for NVIDIA AI Foundation Models (free tier available)",
"format": "string",
"name": "NVIDIA_AI_FOUNDATION_URL"
},
{
"description": "Default model to use for chat/text generation",
"format": "string",
"name": "DEFAULT_MODEL"
},
{
"description": "Enable image generation tools",
"format": "boolean",
"name": "ENABLE_IMAGE_GENERATION"
},
{
"description": "Enable vision/image analysis tools",
"format": "boolean",
"name": "ENABLE_VISION"
},
{
"description": "Enable multimodal tools",
"format": "boolean",
"name": "ENABLE_MULTIMODAL"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-06-26T00:59:49.749544Z",
"publishedAt": "2026-06-26T00:59:49.749544Z",
"updatedAt": "2026-06-26T00:59:49.749544Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 2.1.2last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.