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).

コメント

「コミュニケーション」の他のコンテンツ