Stats
Actions
Tags
From microsoft
Local stdio MCP server for NuGet package management. Enables searching, installing, restoring, and deploying .NET packages via dnx executable. Supports prerelease via env var.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"nuget": {
"command": "dnx",
"args": [
"NuGet.Mcp.Server",
"${NUGET_MCP_PRERELEASE:---prerelease}",
"--yes"
]
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
dnxCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub melodic-software/claude-code-plugins --plugin microsoft