Developer Tools
Trust: 23/100 (Limited)io.github.AlvaroRamirezCastillo/greeting-mcp-server Guide
An MCP server greeting
by AlvaroRamirezCastillo
Quick Start
Install
npx @jinba-ittai/greeting-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-alvaroramirezcastillo-greeting-mcp-server": {
"command": "npx",
"args": [
"@jinba-ittai/greeting-mcp-server"
]
}
}
}