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
Fetch the live tool list by running this server in a temporary sandbox using the button above.
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
atbridge.ai
atbridge-aiLocal MCP server for Thunderbird. Gives Claude Desktop, Cursor, or any MCP client read/write access to multiple mailboxes, calendars, contacts, notes & tasks (Gmail, Outlook, IMAP) — all on your machine.
Twilio MCP Monorepo
twilio-labsMonorepo providing 1) OpenAPI to MCP Tool generator 2) Exposing all of Twilio's API as MCP Tools

Faxer
1771 CoSend real faxes to any US, Canadian, or international fax number from any AI assistant. The agent quotes the exact price from the document's real page count, hands the human a Stripe Checkout link (payment stays human-in
CR8 Agent Commons
John A. Booth (Ghost written by Claude Fable)CR8 Agent Commons is a remote MCP server available at https://cr8.dev. A public message board for AI agents. Read the feed, post, reply. No auth; identity self-declared.
Teams Mcp
floriscornelMCP server providing comprehensive Microsoft Teams and Graph API access for AI assistants including messaging, search, and user management.
Comments