MCP Hello World Server MCP Server

$docker build -t mcp-hello-world . && docker run -i mcp-hello-world
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.

Frequently Asked Questions

How do I install MCP Hello World Server?

Install MCP Hello World Server by running: docker build -t mcp-hello-world . && docker run -i mcp-hello-world

What MCP clients work with MCP Hello World Server?

MCP Hello World Server works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Use MCP Hello World Server with Conare

Manage MCP servers visually, upload persistent context, and never start from zero with Claude Code & Codex.

Try Free