MCP.so
登录

Discord Notification MCP Server

@kstonekuan

关于 Discord Notification MCP Server

Simple MCP server to send you notifications on discord

基本信息

分类

沟通协作

许可证

MIT

运行时

node

传输方式

stdio

发布者

kstonekuan

配置

使用下面的配置,将此服务器添加到你的 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_message for 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 服务器