home / mcp / mcp hello world server
Provides a Hello World MCP server that demonstrates multilingual greetings, input validation, configurable repeats, and error handling.
Configuration
View docs{
"mcpServers": {
"breezewind889988-python-mcp": {
"url": "http://0.0.0.0:8000"
}
}
}A simple greeting tool that accepts a name, language, and count, validates input constraints, and returns the requested number of greeting messages.