Customer Support Ticket Automation Server
БесплатноНе проверенEnables AI-driven customer support ticket processing, including classification, response generation, and automated email sending and Google Sheets logging.
Описание
Enables AI-driven customer support ticket processing, including classification, response generation, and automated email sending and Google Sheets logging.
README
This Project uses large language models to automate customer support. It classifies tickets, analyzes content, generate and send responses automatically to the given customer email address. Built with Streamlit and MCP Inspector Tool.
📦 What It Does
- 📬 Accepts customer support messages or Queries
- 🤖 Uses AI to understand the issue and generate a helpful reply
- 🧠 Detects urgency and classifies the type of request
- 📤 Automatically Sends responses via email
- 📊 Automatically Logs tickets into a Google Sheet
- 🖥️ Has a simple Streamlit web interface and MCP Inspector Tool
Demo
videoUrl: https://drive.google.com/file/d/12AznYzfWe23n0x6ZmxI7E7--NwtcBGVO/view?usp=sharing
🛠 Installation
1. Clone the project
git clone https://github.com/ManideepMuddagowni/AI-Customer-Support-Ticket-Resolver-Using-MCP.git
2. Set up Python environment
conda create -p venv/ python==3.10 -y
3. Install dependencies
pip install -r requirements.txt
🔐 API Keys and Config
- Create a
.envfile with:
GROQ_API_KEY=your_groq_key_here
[email protected]
GMAIL_APP_PASSWORD=your_gmail_app_password
- Add your
google_cred.json(Google Sheets API key file) to the project folder.
🧾 FrontEnd - Customer Support Registration UI (register_ticket.py)
To view the customer support ticket registration form:

▶️ Run the UI
streamlit run register.py
This will launch the app in your default browser at:
The form allows you to:
- Submit a new support query
- Log responses into Google Sheets
🤖 AI Ticket Manager Backend (main.py)
The AI Ticket Manager script handles all incoming tickets from the registration UI or external sources.

🛠 What It Does
- ✅ Monitors and processes new or pending tickets
- 🔍 Uses AI to classify the ticket by intent and urgency
- ✉️ Generates an intelligent response using LLM
- 📬 Sends the reply to the customer's registered email
- 📝 Logs the full interaction in a Google Sheet
- 🤖 All these are Fully Automated by using Agents
⚙️ Commands You’ll Use
▶️ Run the web app
streamlit run main.py
This opens the UI in your browser at: http://localhost:8501
🧠 Set up and run the MCP Server
Option A: Simple MCP setup with pip
pip install fastmcp
Option B: With UV (optional tool for MCP projects)
uv init .
uv add "mcp[cli]"
🔁 Install your MCP server
mcp install mcp_server:mcp
🧰 Use MCP Inspector
Option 1: Dev mode with Claude's tools
mcp dev mcp_server.py
mcp install mcp_server.py
Option 2: With Node.js inspector
run - npx @modelcontextprotocol/inspector python mcp_server.py
---
📌 Troubleshooting
❌ JSON parse error from MCP
If you see:
Unexpected token ✅, "✅ Email se"... is not valid JSON
Remove emojis like ✅ from your print() statements. The MCP CLI expects only plain JSON-safe text.
🌐 Deploy Options
- Streamlit Cloud
- Heroku, EC2, or GCP
🧑💻 Contributing
Pull requests are welcome. Feel free to open issues for feature ideas or bugs.
🚀 Future Improvements & Collaboration
This project is designed with flexibility and growth in mind. Here are a few directions we’re excited to explore next:
🔮 Possible Extensions
RAG Integration:
Enhance responses by using a Retrieval-Augmented Generation (RAG) system. This will let the AI pull relevant info from past tickets, FAQs, or internal documents before generating a reply — making answers more accurate and context-aware.
Analytics Dashboard:
Track ticket volume, resolution accuracy, response time, and user satisfaction.
User Feedback Loop:
Let customers rate the AI-generated response to continuously improve performance using reinforcement learning.
🤝 Open for Collaboration
I am always happy to collaborate with others who are passionate about Machine Learning, NLP, and Gen AI. Whether you're interested in:
- Contributing code
- Integrating new data sources
- Connecting to new platforms
I Would love to connect!
📬 Reach out via GitHub Issues or start a discussion to get involved.
from github.com/ManideepMuddagowni/Customer-Support-Ticket-Automation-Using-AI-Agents-and-MCP
Установка Customer Support Ticket Automation Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/ManideepMuddagowni/Customer-Support-Ticket-Automation-Using-AI-Agents-and-MCPFAQ
Customer Support Ticket Automation Server MCP бесплатный?
Да, Customer Support Ticket Automation Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Customer Support Ticket Automation Server?
Нет, Customer Support Ticket Automation Server работает без API-ключей и переменных окружения.
Customer Support Ticket Automation Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Customer Support Ticket Automation Server в Claude Desktop, Claude Code или Cursor?
Открой Customer Support Ticket Automation Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Gmail
Read, send and search emails from Claude
автор: GoogleSlack
Send, search and summarize Slack messages
автор: SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Compare Customer Support Ticket Automation Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории communication
