Microsoft NuGet for Windsurf
com.microsoft/nuget
A Model Context Protocol (MCP) server for NuGet.
client:Windsurf
transport:stdio
runtime:nuget
Install Microsoft NuGet in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"nuget": {
"command": "dnx",
"args": [
"NuGet.Mcp.Server",
"--yes"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs