Genesys Cloud

Genesys Cloud

makingchatbots

Connects to Genesys Cloud contact center platform to query analytics data, conversation metrics, and call quality information through conversational AI.

Provides a bridge between contact center analytics and routing data in Genesys Cloud, enabling conversational business intelligence through queue searches, conversation volume queries, call sampling, and voice quality metrics analysis.

21330 views7Local (stdio)

What it does

  • Search contact center queues by name
  • Query conversation volumes and queue metrics
  • Sample conversation IDs from specific queues
  • Analyze voice call quality metrics
  • Extract conversation sentiment and topics
  • Retrieve conversation transcripts

Best for

Contact center managers analyzing performanceQuality assurance teams reviewing callsBusiness analysts studying customer interactionsOperations teams monitoring queue volumes
8+ specialized contact center toolsVoice quality and sentiment analysisConversation sampling and search

About Genesys Cloud

Genesys Cloud is a community-built MCP server published by makingchatbots that provides AI assistants with tools and capabilities via the Model Context Protocol. Genesys Cloud connects call center analytics and routing data for advanced contact center analytics, offering deep busin It is categorized under cloud infrastructure, analytics data.

How to install

You can install Genesys Cloud in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.

License

Genesys Cloud is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

Genesys Cloud MCP Server

npm Follow me on LinkedIn for updates

A Model Context Protocol (MCP) server for Genesys Cloud's Platform API.

Features

ToolDescription
Search QueuesSearches for queues by their name (supports wildcards)
Query Queue VolumesRetrieves conversation volumes and member count by Queue IDs
Sample Conversations By QueueRetrieves a representative sample of Conversation IDs for a Queue ID
Voice Call QualityRetrieves voice call quality metrics for one or more conversations by ID
Conversation SentimentRetrieves the sentiment for one or more conversations by ID
Conversation TopicsRetrieves the topics for a conversation by ID
Search Voice ConversationSearches voice conversations by optional criteria
Conversation TranscriptRetrieves conversation transcript
OAuth ClientsRetrieves a list of all the OAuth clients
OAuth Client UsageRetrieves OAuth client usage for given period

Usage with Claude Desktop

MCP Bundle

This MCP Server provides an MCP Bundle (.mcpb file) along with each release, which is a single-click installable package for Claude Desktop. To use it:

  1. Download the .mcpb file from the latest release
  2. In Claude Desktop navigate to Settings > Extensions.
  3. Open the .mcpb file with Claude
  4. Configure the Region and OAuth Client for the extension

The extension will now be available in your conversations.

NPX

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "genesys-cloud": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@makingchatbots/genesys-cloud-mcp-server"],
      "env": {
        "GENESYSCLOUD_REGION": "<PUT REGION HERE>",
        "GENESYSCLOUD_OAUTHCLIENT_ID": "<PUT OAUTHCLIENT ID HERE>",
        "GENESYSCLOUD_OAUTHCLIENT_SECRET": "<PUT OAUTHCLIENT SECRET HERE>"
      }
    }
  }
}

Usage with Gemini CLI

Add below to your .gemini/settings.json file. You can read more about the setup from the official guide.

{
  "mcpServers": {
    "genesysCloud": {
      "command": "npx",
      "args": ["-y", "@makingchatbots/genesys-cloud-mcp-server"],
      "env": {
        "GENESYSCLOUD_REGION": "${GENESYSCLOUD_REGION}",
        "GENESYSCLOUD_OAUTHCLIENT_ID": "${GENESYSCLOUD_OAUTHCLIENT_ID}",
        "GENESYSCLOUD_OAUTHCLIENT_SECRET": "${GENESYSCLOUD_OAUTHCLIENT_SECRET}"
      }
    }
  }
}

Authentication

This currently only supports a stdio server. To configure authentication you'll need to:

  1. Create an OAuth Client in Genesys Cloud
  2. Assign the permissions to it for the tools you want to be used
  3. Provide the following environment variables when referencing the server:
    • GENESYSCLOUD_REGION
    • GENESYSCLOUD_OAUTHCLIENT_ID
    • GENESYSCLOUD_OAUTHCLIENT_SECRET

Development

Getting Started

nvm use
npm install
npm run dev

Under active development

This is part of personal project to create a conversational Business Insights tool. It is a practical way for me to learn MCP servers, and how best to represent Genesys Cloud's Platform APIs in a way that can be easily consumed by LLMs.

There will be a lot of changes, and I will be sure to share my learnings in my newsletter.

Alternatives

Related Skills

Browse all skills
data-engineer

Build scalable data pipelines, modern data warehouses, and real-time streaming architectures. Implements Apache Spark, dbt, Airflow, and cloud-native data platforms. Use PROACTIVELY for data pipeline design, analytics infrastructure, or modern data stack implementation.

2
database-cloud-optimization-cost-optimize

You are a cloud cost optimization expert specializing in reducing infrastructure expenses while maintaining performance and reliability. Analyze cloud spending, identify savings opportunities, and implement cost-effective architectures across AWS, Azure, and GCP.

6
aws-penetration-testing

This skill should be used when the user asks to "pentest AWS", "test AWS security", "enumerate IAM", "exploit cloud infrastructure", "AWS privilege escalation", "S3 bucket testing", "metadata SSRF", "Lambda exploitation", or needs guidance on Amazon Web Services security assessment.

3
hybrid-cloud-networking

Configure secure, high-performance connectivity between on-premises infrastructure and cloud platforms using VPN and dedicated connections. Use when building hybrid cloud architectures, connecting data centers to cloud, or implementing secure cross-premises networking.

2
hugging-face-cli

Execute Hugging Face Hub operations using the `hf` CLI. Use when the user needs to download models/datasets/spaces, upload files to Hub repositories, create repos, manage local cache, or run compute jobs on HF infrastructure. Covers authentication, file transfers, repository creation, cache operations, and cloud compute.

2
youtube-analytics

YouTube Data API v3 analytics toolkit. Analyze YouTube channels, videos, and search results. Use when the user asks to: check YouTube channel stats, analyze video performance, compare channels, search for videos, get subscriber counts, view engagement metrics, find trending videos, get channel uploads, or analyze YouTube competition. Requires a YouTube Data API v3 key from Google Cloud Console.

2