Skip to content

Hello World Tool

Free

by MCP Community

A simple MCP tool that returns 'hello world'

v1.0.2Added Apr 12, 2026
mcpfastmcphello-worldaitool
Works with:ClaudeGPTGeminiCopilot

Hello World Tool MCP Server

A simple MCP tool that returns 'hello world'

Installation

npx -y mcp-hello-world-tool

Reviews

Leave a Review

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"]
    }
  }
}