NVIDIA MCP
Provides tools for interacting with NVIDIA NIM and Visual GenAI APIs, including checking API configuration, listing available models, running chat completions, and generating images through NVIDIA-hosted endpoints.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@NVIDIA MCPlist available NVIDIA models"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
NVIDIA MCP
Local MCP server for NVIDIA NIM and Visual GenAI APIs. It exposes small, practical tools for:
checking NVIDIA API configuration
listing available NVIDIA models
running chat completions through NVIDIA-hosted LLMs
generating images through NVIDIA hosted Visual GenAI endpoints
This repository is a personal MCP wrapper. It does not contain an NVIDIA API key and does not run image generation locally; the MCP process runs on the local machine and calls NVIDIA-hosted APIs for inference.
Key Loading
The server does not store secrets in this repository.
It loads environment variables from:
NVIDIA_MCP_ENV_FILE, when providedthis repository's
.env, when presentprocess environment variables
Supported key names:
NVIDIA_API_KEYNGC_API_KEYNVIDIA_KEYnvidia-key
nvidia-key is accepted for compatibility with an existing local .env, but NVIDIA_API_KEY is preferred for new setups.
Related MCP server: RanchHand
Codex MCP Config
Example:
[mcp_servers.nvidiaMcp]
command = "node"
args = ["/path/to/minsoo-nvidia-mcp/src/server.mjs"]
env_vars = ["NVIDIA_API_KEY", "NGC_API_KEY", "NVIDIA_KEY"]
[mcp_servers.nvidiaMcp.env]
NVIDIA_MCP_ENV_FILE = "/path/to/.env"
NVIDIA_MCP_OUTPUT_DIR = "/path/to/minsoo-nvidia-mcp/output"Image Generation Defaults
The current default image endpoint is:
https://ai.api.nvidia.com/v1/genai/black-forest-labs/flux.2-klein-4bThe MCP uses short, direct, one-paragraph prompts best for FLUX-style image generation. Avoid committing generated images unless they are intentionally part of an example or release artifact.
Safety Defaults
Image generation defaults to dry_run=true so a tool call can preview the request without consuming API credits. Set dry_run=false only when you intentionally want to generate an image.
GitHub Safety
Before publishing:
keep
.envuntrackedkeep
node_modules/untrackedkeep
output/untracked unless intentionally publishing sample outputcommit
.env.example, not a real key file
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yeominsoo/minsoo-nvidia-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server