tutorial-mcp-server-dotnet

mehrandvd/tutorial-mcp-server-dotnet
★ 8 stars C# 🤖 AI/LLM Updated 27d ago
This is a very basic example of how to create MCP servers in .NET
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": {
    "tutorial-mcp-server-": {
      "command": "npx",
      "args": [
        "-y",
        "mehrandvd/tutorial-mcp-server-dotnet"
      ]
    }
  }
}

Topics

csharpcursordotnetmcpopenai