Skip to content
VS Code

Microsoft NuGet for VS Code

com.microsoft/nuget

A Model Context Protocol (MCP) server for NuGet.

client:VS Code transport:stdio runtime:nuget

Install Microsoft NuGet in VS Code

.vscode/mcp.json

{
  "servers": {
    "nuget": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "NuGet.Mcp.Server",
        "--yes"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Microsoft NuGet in other clients