loading…
Search for a command to run...
loading…
Enhance your applications with personalized greeting capabilities. Easily integrate and customize greetings to improve user engagement and experience. Leverage
Enhance your applications with personalized greeting capabilities. Easily integrate and customize greetings to improve user engagement and experience. Leverage the power of the Model Context Protocol to create dynamic interactions effortlessly.
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"greeting": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"akaramanapp/greeting"
]
}
}
}