MCP Directory
Back

console-to-http-mcp-server

by halter73 · C# · ★ 4

Example of converting a stdio MCP server to HTTP using ModelContextProtocol.AspNetCore

Install

git clone https://github.com/halter73/console-to-http-mcp-server.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "console-to-http-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:halter73/console-to-http-mcp-server"
      ]
    }
  }
}

Related other servers