Back to directory
mcp-hello-world

mcp-hello-world

@lobehub22

A minimal Model Context Protocol (MCP) server implemented in TypeScript, primarily intended to serve as a Test Double / Mock Server for unit testing or integration testing client code that needs to interact with an MCP server.

mocktestdevelopmenttypescripttool

Installation & Configuration

{
  "mcpServers": {
    "mcp-hello-world": {
      "command": "npx",
      "args": [
        "mcp-hello-world"
      ]
    }
  }
}

Information

Transport
stdiosse
Language
JavaScript
Created
2025/4/20
Updated
2026/6/7