🤖 Dialogflow CX MCP Server 🚀
@Yash-Kavaiya
About 🤖 Dialogflow CX MCP Server 🚀
🤖 MCP (Model Context Protocol) server implementation for conversation agents with multi-agent orchestration
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-conversation-agents": {
"command": "docker",
"args": [
"build",
"-t",
"dialogflow-cx-mcp",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Dialogflow CX MCP Server?
A Model Control Protocol (MCP) server implementation for Google Dialogflow CX, enabling seamless integration between AI assistants and Google's conversational platform. It handles managing conversations, processing intent detection, and interfacing with Google's NLU systems.
How to use Dialogflow CX MCP Server?
Install via Docker or manual Python (Python 3.12+ required). Configure environment variables: dialogflowApiKey, projectId, location, agentId. The server exposes tools like initialize_dialogflow, detect_intent, detect_intent_from_audio, match_intent, and webhook handling.
Key features of Dialogflow CX MCP Server
- Bidirectional communication with Dialogflow CX
- Intent detection and matching capabilities
- Audio processing for speech recognition
- Webhook request/response handling
- Session management for persistent conversations
- Secure API authentication
Use cases of Dialogflow CX MCP Server
- Integrating AI assistants with Dialogflow CX for conversational agents
- Detecting intents from text or audio input
- Managing multi-turn conversations with session persistence
- Handling webhooks for external service integration
- Matching intents without affecting conversation state
FAQ from Dialogflow CX MCP Server
What is the Model Control Protocol?
It is a protocol that allows AI assistants to interact with Dialogflow CX agents through a standardized interface.
What are the runtime requirements?
Python 3.12 or higher, a Google Cloud project with Dialogflow CX enabled, API credentials, and a configured Dialogflow CX agent.
How do I configure the server?
Set environment variables dialogflowApiKey, projectId, location, and agentId. Optionally provide a credentials path for initialization.
What tools does the server expose?
initialize_dialogflow, detect_intent, detect_intent_from_audio, match_intent, parse_webhook_request, and create_webhook_response.
Does it support audio input?
Yes, via the detect_intent_from_audio tool; supports audio file path and encoding parameters.
Frequently asked questions
What is the Model Control Protocol?
It is a protocol that allows AI assistants to interact with Dialogflow CX agents through a standardized interface.
What are the runtime requirements?
Python 3.12 or higher, a Google Cloud project with Dialogflow CX enabled, API credentials, and a configured Dialogflow CX agent.
How do I configure the server?
Set environment variables `dialogflowApiKey`, `projectId`, `location`, and `agentId`. Optionally provide a credentials path for initialization.
What tools does the server expose?
`initialize_dialogflow`, `detect_intent`, `detect_intent_from_audio`, `match_intent`, `parse_webhook_request`, and `create_webhook_response`.
Does it support audio input?
Yes, via the `detect_intent_from_audio` tool; supports audio file path and encoding parameters.
Basic information
More AI & Agents MCP servers

Lumify Sports Intelligence
LumifyAgent-ready sports intelligence API: live scores, odds, line movement, public betting splits, and explainable bet confidence — via 16 MCP tools at https://lumify.ai/mcp. Get a free key instantly — no signup, email, or ca
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
Comments