README.md
A demonstration Model Context Protocol server with multi-language support.
A demonstration Model Context Protocol server that provides a configurable 'Hello World' tool with multi-language support and input validation. It supports both local stdio and remote HTTP deployment via Docker, facilitating testing and integration with platforms like Cursor and Manus.
Tools (1)
hello_worldA configurable Hello World tool with multi-language support and input validation.Configuration
claude_desktop_config.json
{
"mcpServers": {
"python-mcp": {
"command": "python",
"args": ["-m", "mcp_hello_world"],
"env": {}
}
}
}Try it
→Say hello to me using the MCP Hello World tool.
→Use the hello_world tool to greet 'Alice' in Spanish.
→Can you run the hello world demonstration tool with my name?
→Test the multi-language support of the hello_world tool by saying hi in French.