.NET MCP Server for Cursor
io.github.jongalloway/dotnet-mcp
AI assistant access to .NET SDK for projects, packages, building, testing, and development tools.
client:Cursor
transport:stdio
runtime:nuget
Install .NET MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dotnet-mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"Community.Mcp.DotNet",
"--yes"
],
"env": {
"DOTNET_SKIP_FIRST_TIME_EXPERIENCE": "<DOTNET_SKIP_FIRST_TIME_EXPERIENCE>",
"DOTNET_NOLOGO": "<DOTNET_NOLOGO>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs