Discord Notification MCP Server
@kstonekuan
关于 Discord Notification MCP Server
Simple MCP server to send you notifications on discord
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"discord-notification-mcp": {
"command": "npx",
"args": [
"wrangler",
"secret",
"put",
"WEBHOOK_URL"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Discord Notification MCP Server?
An MCP (Model Context Protocol) server that sends notifications to Discord when Claude Code completes tasks. Built with TypeScript using the Cloudflare Agents SDK and deployable on Cloudflare Workers, it is designed for developers who want real-time Discord updates from Claude Code.
How to use Discord Notification MCP Server?
Clone the repository, install dependencies with pnpm install, create a Discord webhook URL, and set it as the WEBHOOK_URL secret. Deploy to Cloudflare Workers with pnpm run deploy, then add the server to Claude Code using claude mcp add discord-notify https://your-worker-name.workers.dev/sse -t sse. Once configured, use the send_discord_message tool to send notifications.
Key features of Discord Notification MCP Server
- MCP Tool
send_discord_messagefor notifications - Serverless deployment on Cloudflare Workers
- Secure credential storage via Cloudflare secrets
- Dual transport: SSE and Streamable HTTP
- Durable Objects for state management
- Rich formatting with embeds, TTS, and mention controls
Use cases of Discord Notification MCP Server
- Notify yourself when Claude Code finishes a deployment or task
- Receive test results or error reports directly in Discord
- Get notified when user input or intervention is needed
- Send rich embed messages with status fields and colors
- Automate notifications for any long‑running Claude Code operation
FAQ from Discord Notification MCP Server
What transports does Discord Notification MCP Server support?
It supports both SSE (Server‑Sent Events) and Streamable HTTP transport for MCP communication.
What credentials are required?
You need a Discord webhook URL (obtained from channel settings) and a Cloudflare account. The webhook URL is stored as a Cloudflare secret.
Can I run Discord Notification MCP Server locally?
Yes. Use pnpm dev to start a local development server. Wrangler automatically loads environment variables from a .dev.vars file.
How do I deploy Discord Notification MCP Server?
Set the WEBHOOK_URL secret with npx wrangler secret put WEBHOOK_URL, then run pnpm run deploy to deploy to Cloudflare Workers.
What parameters does the send_discord_message tool accept?
It accepts content (required), tts (optional boolean), embeds (optional array of embed objects), and allowed_mentions (optional control).
沟通协作 分类下的更多 MCP 服务器
mcp-email-server
ai-zerolabIMAP and SMTP via MCP Server
Modular Outlook MCP Server
ryakerMCP server for Claude to access Outlook data via Microsoft Graph API
feishu-tools-mcp
Li-vienMCP server provides Feishu related operations to AI encoding agents such as cursor 飞书MCP插件,读取文档、发送消息、合同审批、数据处理.....
MCP-Discord
barryyip0625Implement Discord MCP server enabling AI assistants to interact with the Discord platform.
MCP Email Server
Shy2593666979一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。
评论