Genesys Cloud
Freeby MCP Community
A Model Context Protocol (MCP) server exposing Genesys Cloud tools for LLMs, including sentiment analysis, conversation search, topic detection and more.
v1.0.4Added Apr 12, 2026
mcpmodelcontextprotocoltool-callingllm-integrationgenesys-cloud
Genesys Cloud MCP Server
A Model Context Protocol (MCP) server exposing Genesys Cloud tools for LLMs, including sentiment analysis, conversation search, topic detection and more.
Installation
npx -y @makingchatbots/genesys-cloud-mcp-server
Reviews
Installation
Quick install
npx -y @makingchatbots/genesys-cloud-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"genesys-cloud": {
"command": "npx",
"args": ["-y", "@makingchatbots/genesys-cloud-mcp-server"]
}
}
}