Microsoft NuGet for Claude Desktop
com.microsoft/nuget
A Model Context Protocol (MCP) server for NuGet.
client:Claude Desktop
transport:stdio
runtime:nuget
Install Microsoft NuGet in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"nuget": {
"command": "dnx",
"args": [
"NuGet.Mcp.Server",
"--yes"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs