home / mcp / mcp hello world server

MCP Hello World Server

Provides a Hello World MCP server that demonstrates multilingual greetings, input validation, configurable repeats, and error handling.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "breezewind889988-python-mcp": {
      "url": "http://0.0.0.0:8000"
    }
  }
}

Available tools

hello_world

A simple greeting tool that accepts a name, language, and count, validates input constraints, and returns the requested number of greeting messages.