console-to-http-mcp-server

halter73/console-to-http-mcp-server
★ 4 stars C# 🌐 Browser/Web Updated 15d ago
Example of converting a stdio MCP server to HTTP using ModelContextProtocol.AspNetCore
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": {
    "console-to-http-mcp-": {
      "command": "npx",
      "args": [
        "-y",
        "halter73/console-to-http-mcp-server"
      ]
    }
  }
}