mcp-hello-server

mitchallen/mcp-hello-server
★ 0 stars Python Other Updated 3d ago
A minimal MCP server: a server_info health check and a multilingual greeting tool
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": {
    "mcp-hello-server": {
      "command": "uvx",
      "args": [
        "mcp-hello-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-hello-server