Enables sending, editing, and deleting messages on Discord using webhooks, with support for rich embeds, text content, and threads.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Discord Webhook MCPSend 'Build successful' to Discord with a green status embed"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Discord Webhook MCP
Discord Webhook を使用してメッセージの送信、編集、削除を行う Model Context Protocol (MCP) サーバーです。
特徴
メッセージ送信 - テキスト、Embed、スレッド対応
メッセージ編集 - 送信済みメッセージの内容を更新
メッセージ削除 - 送信済みメッセージを削除
Zod バリデーション - 入力パラメータの厳密な検証
使用方法
MCP設定
MCP対応クライアント(例: Gemini CLI)の設定ファイルに以下を追加:
環境変数
変数名 | 必須 | 説明 |
| ✅ | Discord Webhook URL |
ツール一覧
discord_send_message
メッセージを送信します。
discord_edit_message
送信済みメッセージを編集します。
discord_delete_message
送信済みメッセージを削除します。
制限事項
レート制限: 30メッセージ/分/チャンネル
メッセージ本文: 最大2000文字
Embed: 最大10個、合計6000文字以内
開発
ライセンス
MIT