Discord Support
БесплатноНе проверенEnables AI agents to manage Discord support tickets by listing, reading, replying to, renaming, and closing ticket channels, with PII redaction for self-hosted
Описание
Enables AI agents to manage Discord support tickets by listing, reading, replying to, renaming, and closing ticket channels, with PII redaction for self-hosted compliance.
README
An MCP server that exposes Discord support tickets as tools for AI agents. Built for servers that manage tickets with Ticket Tool (which has no public API): it reads the ticket channels directly through the Discord bot API.
Tools
| Tool | What it does |
|---|---|
list_open_tickets |
Lists channels in the configured ticket category, oldest first |
read_ticket |
Returns recent message history of a ticket |
reply_to_ticket |
Posts a message into a ticket as the bot |
rename_ticket |
Renames a ticket channel |
close_ticket |
Locks + renames a ticket (closed- prefix) |
list_members |
Username substring lookup (respects PII_REDACT) |
Compliance / self-hosting
If agents touching user-identifying information must be self-hosted, run this
server on your own infrastructure next to your self-hosted model and set
PII_REDACT=true. All message content is then stripped of emails, phone
numbers, mentions and snowflake IDs before it reaches any upstream (cloud)
agent. Only the sanitized layer should be exposed beyond the host.
Setup
- Create a bot at https://discord.com/developers/applications
- Enable Message Content Intent and Server Members Intent.
- Invite with scopes
botand permissions: View Channels, Read Message History, Send Messages, Manage Channels, Manage Roles (for close).
- Find the category ID Ticket Tool puts tickets in (right-click the category in Discord with developer mode on → Copy Channel ID).
- Configure:
cp .env.example .env # fill in values
npm install
npm run build
- Wire into an MCP client (e.g. Claude Desktop config):
{
"mcpServers": {
"discord-support": {
"command": "node",
"args": ["/absolute/path/to/discord-support-mcp/dist/index.js"],
"env": {
"DISCORD_TOKEN": "...",
"GUILD_ID": "...",
"TICKET_CATEGORY_ID": "...",
"PII_REDACT": "true"
}
}
}
}
Notes
close_ticketis a safe archive (lock + rename). Actual transcript/deletion stays with Ticket Tool's own/closeso your transcripts channel keeps working; the agent can also just call Ticket Tool's close command flow manually for now.- Discord rate limits apply; history reads are capped at 100 messages per call.
Установка Discord Support
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jakemoshel/discord-support-mcpFAQ
Discord Support MCP бесплатный?
Да, Discord Support MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Discord Support?
Нет, Discord Support работает без API-ключей и переменных окружения.
Discord Support — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Discord Support в Claude Desktop, Claude Code или Cursor?
Открой Discord Support на 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 Discord Support with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории communication
