← Back to browse

.NET MCP Server

Indexed by io.github.jongalloway

About

AI assistant access to .NET SDK for projects, packages, building, testing, and development tools.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsDOTNET_SKIP_FIRST_TIME_EXPERIENCE DOTNET_NOLOGO
Claude Code
claude mcp add --env DOTNET_SKIP_FIRST_TIME_EXPERIENCE= --env DOTNET_NOLOGO= dotnet-mcp -- dnx Community.Mcp.DotNet
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"dotnet-mcp","command":"dnx","args":["Community.Mcp.DotNet"],"env":{"DOTNET_SKIP_FIRST_TIME_EXPERIENCE":"","DOTNET_NOLOGO":""}}'
JSON
{
  "mcpServers": {
    "dotnet-mcp": {
      "command": "dnx",
      "args": [
        "Community.Mcp.DotNet"
      ],
      "env": {
        "DOTNET_SKIP_FIRST_TIME_EXPERIENCE": "",
        "DOTNET_NOLOGO": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.