MCP Server

nuget

From microsoft
Install
1
Run in your terminal
$
npx claudepluginhub melodic-software/claude-code-plugins --plugin microsoft
Add to Your Project

Add to your .mcp.json:

{
  "mcpServers": {
    "nuget": {
      "command": "dnx",
      "args": [
        "NuGet.Mcp.Server",
        "${NUGET_MCP_PRERELEASE:---prerelease}",
        "--yes"
      ]
    }
  }
}
Security Considerations
External connections

This server connects to external services. Review the URLs it accesses before enabling.

Details
Commanddnx
Access Levelread-only
Arguments
NuGet.Mcp.Server${NUGET_MCP_PRERELEASE:---prerelease}--yes
Capabilities
deployment
Actions