Microsoft NuGet for Cursor
com.microsoft/nuget
A Model Context Protocol (MCP) server for NuGet.
client:Cursor
transport:stdio
runtime:nuget
Install Microsoft NuGet in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"nuget": {
"type": "stdio",
"command": "dnx",
"args": [
"NuGet.Mcp.Server",
"--yes"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs