$ timeahead.in
/ servers/npm/mcp-hello-world
npm

mcp-hello-world

A simple Hello World MCP server

22 stars28k/wkupdated 356d agogithub ↗
73fair
▣ Overview

What it does

A minimal MCP server written in TypeScript designed as a test double for unit and integration testing. It exposes simple, predictable tools (like echo and debug) with fixed behaviors, and supports both STDIO and HTTP/SSE transport protocols. It is not intended for production use.

Who it's for

Developers testing MCP client implementations who need a lightweight, controllable mock server. Useful when you want to validate client logic without depending on network availability or the complexity of a real backend.

Common use cases

  • Mock server for unit and integration tests of MCP client code
  • Test both STDIO and HTTP/SSE transport implementations in isolation
  • Debug client behavior against predictable tool responses
  • Run MCP clients in CI/CD environments without external dependencies
  • Validate protocol compliance in test frameworks (Jest, Vitest, Mocha)

Setup pitfalls

  • STDIO mode requires Node.js and npx; HTTP/SSE mode requires cloning the repository and running pnpm build and pnpm start:http locally.
  • Last commit was 343 days ago with no CI automation; update frequency and maintenance status should be verified before adoption.
  • Explicitly not for production—this is a test-only tool with no guarantees about stability or long-term support.
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
40
10.0
Adoption
20%
67
13.4
Quality
10%
100
10.0
Trust
10%
50
5.0
Total
73.4
⚿ Capabilities & Risk Explainer
no elevated permissions
◆ Risk level: low· 3 tools · auth: mixed
No elevated permissions requested — safe to connect.
Tool nameDescriptionDestructive?
echo✓ no
debug✓ no
add✓ no
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "mcp-hello-world": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-hello-world"
      ]
    }
  }
}
📈 Score historylast 35 snapshots
4/30/20266/13/2026 · 35 snapshots
⚙ Maintenance health
8/ 100 · is this project alive?
contributors (1y)1
top contributor share100%
releases (1y)0
last release417d ago
ci✗ none
⛁ Raw data
weekly downloads28k
github stars22
forks5
open issues0
license✓ present
readme length8041 chars
last publish117d ago
last commit356d ago
last updated3d ago
install verified✓ pass · 23d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points