← All servers
πŸ”Œ

Microsoft NuGetPublisherπŸ›‘ No advisories

com.microsoft/nuget
New to MCP? Start here β†’
1.6kβ˜… stars
0weekly installs
1 day agolast release

Provenancewhere it came from, and what was verified

✦
First-party publisher

Published by the owner of microsoft.com, who proved control of the domain through the official MCP registry.

Verified owner: microsoft.com β†—com.microsoft/nuget

πŸ›‘ Permissions & trustwhat this server can touch before you run it

No permission details are published for this server yet. Check the source before you run it.

About

A Model Context Protocol (MCP) server for NuGet.

Packages & transports

nugetNuGet.Mcp.Serverv1.4.16 Β·
Add to your client
Pick your client, copy, paste into its config. That's the whole setup.
~/.claude/claude_desktop_config.json
{
  "mcpServers": {
    "nuget": {
      "command": "npx",
      "args": [
        "-y",
        "NuGet.Mcp.Server"
      ]
    }
  }
}

β–Ά Try itrun it locally

This is a local server, so it runs on your machine, not ours. Paste this to open it in the official MCP Inspector and poke at its tools:

npx @modelcontextprotocol/inspector npx -y NuGet.Mcp.Server