Genesys Cloud MCP Server
@MakingChatbots
关于 Genesys Cloud MCP Server
Model Context Protocol (MCP) server for Genesys Cloud’s Platform API
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Genesys Cloud MCP Server?
An MCP server that exposes Genesys Cloud Platform API tools to AI assistants like Claude Desktop and Gemini CLI. It is a personal project under active development for conversational Business Insights.
How to use Genesys Cloud MCP Server?
Install via the provided MCP bundle (.mcpb file) or via NPX by configuring GENESYSCLOUD_REGION, GENESYSCLOUD_OAUTHCLIENT_ID, and GENESYSCLOUD_OAUTHCLIENT_SECRET environment variables. The server runs over stdio.
Key features of Genesys Cloud MCP Server
- Search queues by name with wildcard support
- Query conversation volumes and member counts
- Sample conversation IDs for a queue
- Retrieve voice call quality metrics
- Get conversation sentiment scores
- Fetch conversation transcripts
Use cases of Genesys Cloud MCP Server
- Analyze voice call quality across conversations
- Monitor queue volumes and member counts
- Retrieve conversation transcripts for review
- Assess sentiment and topics in customer interactions
- Manage and audit OAuth client usage
FAQ from Genesys Cloud MCP Server
What authentication does the server require?
You must create an OAuth Client in Genesys Cloud, assign needed permissions, and provide its ID, secret, and region as environment variables.
How do I install the server?
Download the .mcpb file from the latest release and open it with Claude Desktop, or add the NPX command to your claude_desktop_config.json or Gemini settings.json.
What transport does it support?
Currently only stdio transport is supported.
Is this server production-ready?
No, it is a personal project under active development and may change frequently.
What runtime environment is needed?
Node.js is required to run via NPX; no additional dependencies are noted.
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
评论