Labsco
macsymwang logo

Hello World MCP Server

โ˜… 1

from macsymwang

A simple Hello World MCP server built with FastMCP, serving as a basic example.

๐Ÿ”ฅโœ“ VerifiedFreeQuick setup

Hello World MCP Server

A simple "Hello World" MCP (Model Context Protocol) server built with FastMCP. This server demonstrates basic MCP functionality with several example tools.

Features

  • say_hello: Greet someone with a personalized message
  • get_server_info: Get information about the MCP server
  • echo_message: Echo back any message you send
  • count_words: Analyze text and count words/characters

Project Structure

hello-mcp-server/
โ”œโ”€โ”€ hello_mcp_server/
โ”‚   โ”œโ”€โ”€ __init__.py
โ”‚   โ””โ”€โ”€ server.py
โ”œโ”€โ”€ pyproject.toml
โ””โ”€โ”€ README.md

Development

To contribute to this project:

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Add tests if applicable
  5. Submit a pull request

Support

For issues and questions, please open an issue on the project repository.