Skip to content
VS Code

nuget mcp for VS Code

io.github.mrfentmen/nuget-mcp

Search .NET packages on NuGet. No key required.

client:VS Code transport:stdio runtime:npm

Install nuget mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "nuget-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "nuget-mcp"
      ]
    }
  }
}

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

nuget mcp in other clients