dotnet coverage mcp for Claude Code
io.github.hyeonu-cha/dotnet-coverage-mcp
MCP server for .NET coverage: run tests, parse Cobertura, find uncovered branches, append tests.
client:Claude Code
transport:stdio
runtime:nuget
Install dotnet coverage mcp in Claude Code
run in your project directory
claude mcp add dotnet-coverage-mcp -e COVERAGE_MCP_ALLOWED_ROOT=<COVERAGE_MCP_ALLOWED_ROOT> -e COVERAGE_MCP_DOTNET_TEST_TIMEOUT_MS=<COVERAGE_MCP_DOTNET_TEST_TIMEOUT_MS> -- dnx dotnet-coverage-mcp --yes
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs