.NET MCP Server for Cline
io.github.jongalloway/dotnet-mcp
AI assistant access to .NET SDK for projects, packages, building, testing, and development tools.
client:Cline
transport:stdio
runtime:nuget
Install .NET MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"dotnet-mcp": {
"command": "dnx",
"args": [
"Community.Mcp.DotNet",
"--yes"
],
"env": {
"DOTNET_SKIP_FIRST_TIME_EXPERIENCE": "<DOTNET_SKIP_FIRST_TIME_EXPERIENCE>",
"DOTNET_NOLOGO": "<DOTNET_NOLOGO>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs