McpHttpServer

keerukee/McpHttpServer
★ 0 stars C# Browser/Web Updated 5d ago
A plug-and-play .NET library for hosting Model Context Protocol (MCP) servers using the Streamable HTTP transport.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcphttpserver": {
      "command": "npx",
      "args": [
        "-y",
        "keerukee/McpHttpServer"
      ]
    }
  }
}