MCP Directory
Back

mcp-dotnet-course

by LiorSherbaty · JavaScript · ★ 0

An interactive, browser-based course for building a **Model Context Protocol (MCP)** server and client in **.NET**, using the official [MCP C# SDK](https://github.com/modelcontextprotocol/csharp-sdk).

Install

npx -y github:LiorSherbaty/mcp-dotnet-course

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-dotnet-course": {
      "command": "npx",
      "args": [
        "-y",
        "github:LiorSherbaty/mcp-dotnet-course"
      ]
    }
  }
}

From the README

An interactive, browser-based course for building a **Model Context Protocol (MCP)** server and client in **.NET**, using the official [MCP C# SDK](https://github.com/modelcontextprotocol/csharp-sdk). It is the .NET equivalent of Anthropic's Python *Document MCP* course project — a CLI chatbot that interacts with a set of in-memory documents through MCP tools and resources. A CLI chatbot backed by an MCP server that exposes: - — read a document by ID - — find-and-replace text within a document - Documents as **MCP Resources**, so clients can list and mention them (). The course walks thr…
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 developer tools servers