Discord Notification MCP Server
@kstonekuan
About Discord Notification MCP Server
Simple MCP server to send you notifications on discord
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"discord-notification-mcp": {
"command": "npx",
"args": [
"wrangler",
"secret",
"put",
"WEBHOOK_URL"
]
}
}
}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 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).
Frequently asked questions
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).
Basic information
More Communication MCP servers
飞书MCP服务器
sdd330MCP server provides feishu related operations
MCP-Discord
barryyip0625Implement Discord MCP server enabling AI assistants to interact with the Discord platform.
MCP Headless Gmail Server
baryhuangA MCP (Model Context Protocol) server that provides get, send Gmails without local credential or token setup.
Mcp Telegram
dryeabMCP Server for Telegram
Teams Mcp
floriscornelMCP server providing comprehensive Microsoft Teams and Graph API access for AI assistants including messaging, search, and user management.
Comments