MCP Directory
Back

DotNetMcpServer2

by jamesburton · C# · ★ 0

A Model Context Protocol server implementation for dotnet commands using the ModelContextProtocol NuGet package

Install

git clone https://github.com/jamesburton/DotNetMcpServer2.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "dotnetmcpserver2": {
      "command": "npx",
      "args": [
        "-y",
        "github:jamesburton/DotNetMcpServer2"
      ]
    }
  }
}

From the README

A comprehensive Model Context Protocol (MCP) server that exposes .NET CLI commands and Entity Framework operations as MCP tools, built using the official Microsoft library. This version uses the **Microsoft ModelContextProtocol library** instead of MCPSharp, providing: - **Official Microsoft Support**: Built on the official Microsoft MCP library - **Hosting Integration**: Uses for robust server lifecycle management - **Automatic Tool Discovery**: Tools are automatically discovered from the assembly using - **Simplified Attributes**: Uses and attributes instead of custom MCP attributes -…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related other servers