Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Server Say Hello Py

    The most simple ModelContext Protocol server example, just say hello to user. Written by python

    0 stars
    Python
    Updated Apr 29, 2025

    Table of Contents

    • Features
    • Tool Registration
    • Tool List
    • API Reference
    • Integrated configuration
    • VS Code configuration
    • Claude Desktop or Trae CN Desktop configuration
    • AIGC prompt example

    Table of Contents

    • Features
    • Tool Registration
    • Tool List
    • API Reference
    • Integrated configuration
    • VS Code configuration
    • Claude Desktop or Trae CN Desktop configuration
    • AIGC prompt example

    Documentation

    mcp-server-say-hello

    MCP Protocol-compliant greeting service providing standardized greeting tool interfaces.

    Features

    • Personalized greeting generation
    • Compliant with MCP v1.2 protocol specifications
    • Multi-environment deployment support (uvx/docker/pip)
    • Complete tool registration specifications

    Tool Registration

    Tool List

    1. say_hello

    • Description: Greeting tool for users
    • Input Parameters:
    json
    {
           "name": "username"
         }
    • Success Response:
    json
    {
           "type": "text",
           "text": "Hello {username}!"
         }

    API Reference

    endpoint: POST /say_hello

    request parameters:

    json
    {
      "name": "username"
    }

    success response:

    json
    {
      "message": "Hello {username}!"
    }

    Integrated configuration

    VS Code configuration

    json
    {
      "mcp": {
        "servers": {
          "say_hello": {
            "command": "uvx",
            "args": ["mcp-server-say-hello"]
          }
        }
      }
    }

    or locally (if you installed the package using pip install or pip install -e .):

    json
    {
      "mcp": {
        "servers": {
          "say_hello": {
            "command": "/path/to/python",
            "args": ["-m", "mcp_server_say_hello"]
          }
        }
      }
    }

    Note: command use the python bin path or "python" if you have it in your PATH

    Claude Desktop or Trae CN Desktop configuration

    use python

    json
    {
      "mcpServers": {
        "say_hello": {
          "command": "python",
          "args": ["-m", "mcp_server_say_hello"]
        }
      }
    }

    or uvx

    json
    {
      "mcpServers": {
        "say_hello": {
          "command": "uvx",
          "args": ["mcp-server-say-hello"]
        }
      }
    }

    AIGC prompt example

    image

    Similar MCP

    Based on tags & features

    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00
    • HE

      Hello Mcp

      Python00
    • GR

      Gradle Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00
    • HE

      Hello Mcp

      Python00
    • GR

      Gradle Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k