- Home
- MCP servers
- MCP Greetings Server
MCP Greetings Server
- javascript
0
GitHub Stars
javascript
Language
7 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"mochammadshenna-mcp-greetings": {
"command": "mcp-greetings",
"args": []
}
}
}The MCP Greetings Server is a lightweight, pure Go binary that greets users in multiple languages. It runs as an MCP server, allowing clients to request greetings in different languages with fast, reliable responses suitable for enterprise setups.
How to use
You connect to this MCP server from compatible MCP clients to request greetings in various languages. Use the standard MCP workflow to initiate a greeting for a user and receive a translated message. The server is designed to work smoothly with popular MCP clients, providing fast responses and reliable availability.
How to install
Prerequisites for running the MCP Greetings Server
- A supported operating system (Linux or macOS for Quick Install; Windows support is possible with the same binary, if provided for your platform)
- A Go toolchain is not required to run the prebuilt binary, since it ships as a pure Go executable.
curl -L https://github.com/mochammadshenna/mcp-greetings/releases/download/v1.1.0/install.sh | bash
Manual install steps
- Download the binary for your platform from Releases
- Make it executable:
chmod +x mcp-greetings-* - Move to your PATH:
sudo mv mcp-greetings-* /usr/local/bin/mcp-greetings
Additional notes
The server ships as a single, pure Go binary named mcp-greetings. It exposes an MCP-compatible interface and is intended to be run locally or integrated into your MCP workflow. For client configuration, reference the client’s MCP setup guide to point at the mcp-greetings binary as your MCP server.
Languages and greetings
The server supports seven languages. English is the default, with translations available in Spanish, French, German, Japanese, Chinese, and Korean. When you request a greeting, you can choose the language you prefer and provide the name to personalize the message.
Available tools
sayGreetings
Generates a personalized greeting in a chosen language. Requires the recipient's name and optional language parameter.