Command Palette

Search for a command to run...

UnylyUnyly
Browse all

NVIDIA

FreeNot checked

Provides tools for NVIDIA NIM and Visual GenAI APIs, enabling chat completions, model listing, and image generation via NVIDIA-hosted endpoints.

GitHubEmbed

About

Provides tools for NVIDIA NIM and Visual GenAI APIs, enabling chat completions, model listing, and image generation via NVIDIA-hosted endpoints.

README

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:

  1. NVIDIA_MCP_ENV_FILE, when provided
  2. this repository's .env, when present
  3. process environment variables

Supported key names:

  • NVIDIA_API_KEY
  • NGC_API_KEY
  • NVIDIA_KEY
  • nvidia-key

nvidia-key is accepted for compatibility with an existing local .env, but NVIDIA_API_KEY is preferred for new setups.

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-4b

The 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 .env untracked
  • keep node_modules/ untracked
  • keep output/ untracked unless intentionally publishing sample output
  • commit .env.example, not a real key file

from github.com/yeominsoo/minsoo-nvidia-mcp

Installing NVIDIA

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/yeominsoo/minsoo-nvidia-mcp

FAQ

Is NVIDIA MCP free?

Yes, NVIDIA MCP is free — one-click install via Unyly at no cost.

Does NVIDIA need an API key?

No, NVIDIA runs without API keys or environment variables.

Is NVIDIA hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install NVIDIA in Claude Desktop, Claude Code or Cursor?

Open NVIDIA on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare NVIDIA with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All communication MCPs