AdamTovatt/dotnet-tools-mcp-server
An MCP (Model Context Protocol) server for building and testing .NET projects using `dotnet build` and `dotnet test` from Cursor.
Platform-specific configuration:
{
"mcpServers": {
"dotnet-tools-mcp-server": {
"command": "npx",
"args": [
"-y",
"dotnet-tools-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...