Skip to content

Hello Fastmcp Tool

Free

by MCP Community

A simple MCP tool that outputs 'Hello FastMCP!'

v1.0.0Added Apr 12, 2026
mcpfastmcpaitool
Works with:ClaudeGPTGeminiCopilot

Hello Fastmcp Tool MCP Server

A simple MCP tool that outputs 'Hello FastMCP!'

Installation

npx -y hello-fastmcp-tool

Reviews

Leave a Review

Installation

Quick install
npx -y hello-fastmcp-tool
Add to claude_desktop_config.json
{
  "mcpServers": {
    "hello-fastmcp-tool": {
      "command": "npx",
      "args": ["-y", "hello-fastmcp-tool"]
    }
  }
}