basic-mcp-http-server-dotnet

fffan64/basic-mcp-http-server-dotnet
★ 0 stars C# 🌐 Browser/Web Updated today
basic-mcp-http-server-dotnet
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": {
    "basic-mcp-http-serve": {
      "command": "npx",
      "args": [
        "-y",
        "fffan64/basic-mcp-http-server-dotnet"
      ]
    }
  }
}