Skip to main content
Glama

MCP Greetings Server

README.mdβ€’2.75 kB
# MCP Greetings Server A multilingual greetings server for the Model Context Protocol (MCP). Say hello to users in 7 different languages with a simple, lightweight MCP server. ## 🌟 Features - **Multilingual Support**: 7 languages including English, Spanish, French, German, Japanese, Chinese, and Korean - **AI Assistant Ready**: Compatible with Claude Desktop, Cursor IDE, ChatGPT, and other AI models - **Easy Installation**: Available as NPM package with one command - **JSON-RPC 2.0 Compliant**: Full Model Context Protocol specification compliance - **Lightweight**: Fast Go implementation with minimal dependencies - **Cross-Platform**: Works on Windows, macOS, and Linux ## πŸš€ Quick Start ### Installation ```bash # Install via NPM npm install -g @mochammadshenna/mcp-greetings # Or use directly without installation npx @mochammadshenna/mcp-greetings ``` ### Basic Usage The server provides a `sayGreetings` tool that can greet users in different languages: ```json { "name": "sayGreetings", "arguments": { "name": "Alice", "language": "Spanish" } } ``` **Response:** `Β‘Hola, Alice!` ## πŸ”§ Integration ### Claude Desktop Add to your Claude Desktop configuration (`~/.config/claude-desktop/config.json`): ```json { "mcpServers": { "greetings": { "command": "npx", "args": ["@mochammadshenna/mcp-greetings"] } } } ``` ### Cursor IDE Add to your Cursor configuration (`~/.cursor/mcp.json`): ```json { "mcpServers": { "greetings": { "command": "npx", "args": ["@mochammadshenna/mcp-greetings"] } } } ``` ## 🌍 Supported Languages | Language | Code | Example | |----------|------|---------| | English | English | Hello, John! | | Spanish | Spanish | Β‘Hola, John! | | French | French | Bonjour, John! | | German | German | Hallo, John! | | Japanese | Japanese | こんにけは, John! | | Chinese | Chinese | δ½ ε₯½, John! | | Korean | Korean | μ•ˆλ…•ν•˜μ„Έμš”, John! | ## πŸ“– Documentation - [Installation Guide](installation.md) - Detailed installation instructions - [API Reference](tools.md) - Complete tool documentation - [Integration Guides](claude-desktop.md) - Setup for different AI assistants - [Development](development.md) - Contributing and development ## 🀝 Contributing We welcome contributions! Please see our [Contributing Guide](contributing.md) for details. ## πŸ“„ License MIT License - see [LICENSE](https://github.com/mochammadshenna/mcp-greetings/blob/main/LICENSE) for details. ## πŸ†˜ Support - [GitHub Issues](https://github.com/mochammadshenna/mcp-greetings/issues) - Bug reports and feature requests - [FAQ](faq.md) - Common questions and answers - [Troubleshooting](troubleshooting.md) - Common issues and solutions

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mochammadshenna/mcp-greetings'

If you have feedback or need assistance with the MCP directory API, please join our Discord server