Hello World Tool
Freeby MCP Community
A simple MCP tool that returns 'hello world'
v1.0.2Added Apr 12, 2026
mcpfastmcphello-worldaitool
Hello World Tool MCP Server
A simple MCP tool that returns 'hello world'
Installation
npx -y mcp-hello-world-tool
Reviews
Installation
Quick install
npx -y mcp-hello-world-tool
Add to claude_desktop_config.json
{
"mcpServers": {
"hello-world-tool": {
"command": "npx",
"args": ["-y", "mcp-hello-world-tool"]
}
}
}