csharp-mcp-sample

sannlynnhtun-coding/csharp-mcp-sample
★ 3 stars C# 💻 Code/Dev Tools Updated today
This project demonstrates how to set up and use the Model Context Protocol (MCP) in C# .NET 8. It includes both an MCP Server and an MCP Client to demonstrate communication over Stdio transport.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "csharp-mcp-sample": {
      "command": "npx",
      "args": [
        "-y",
        "sannlynnhtun-coding/csharp-mcp-sample"
      ]
    }
  }
}