Discord Webhook MCP
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 バリデーション - 入力パラメータの厳密な検証
Related MCP server: MCP-Discord
使用方法
MCP設定
MCP対応クライアント(例: Gemini CLI)の設定ファイルに以下を追加:
{
"mcpServers": {
"discord-mcp": {
"command": "npx",
"args": ["-y", "@kongyo2/discord-webhook-mcp"],
"env": {
"DISCORD_WEBHOOK_URL": "https://discord.com/api/webhooks/YOUR_WEBHOOK_ID/YOUR_WEBHOOK_TOKEN"
}
}
}
}環境変数
変数名 | 必須 | 説明 |
| ✅ | Discord Webhook URL |
ツール一覧
discord_send_message
メッセージを送信します。
{
"content": "Hello, Discord!",
"embeds": [
{
"title": "タイトル",
"description": "説明文",
"color": 65280
}
]
}discord_edit_message
送信済みメッセージを編集します。
{
"message_id": "123456789",
"content": "更新後のメッセージ"
}discord_delete_message
送信済みメッセージを削除します。
{
"message_id": "123456789"
}制限事項
レート制限: 30メッセージ/分/チャンネル
メッセージ本文: 最大2000文字
Embed: 最大10個、合計6000文字以内
開発
# 依存関係のインストール
npm install
# 開発モード
npm run dev
# ビルド
npm run build
# Lint
npm run lintライセンス
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceA Discord Model Context Protocol server that enables AI assistants to interact with Discord, providing functionality for sending messages, managing channels, handling forum posts, and working with reactions.22905102MIT
- AlicenseBqualityBmaintenanceA Discord Model Context Protocol server that enables AI assistants to interact with Discord by sending messages, managing channels, handling forum posts, managing webhooks, and processing reactions.221155MIT
- Alicense-qualityDmaintenanceEnables interaction with Discord through the Model Context Protocol, providing access to all Discord features like channels, messages, threads, reactions, and roles. Supports secure Discord bot operations with rate limiting, caching, and comprehensive API coverage for OpenAI, LangChain, and other MCP clients.MIT
- Alicense-qualityDmaintenanceA comprehensive Model Context Protocol server that enables interaction with Discord for channel management, message searching, and automated communication. It features enterprise-grade security with multi-tenant authentication, rate limiting, and real-time monitoring via a built-in inspector dashboard.24MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
MCP (Model Context Protocol) server for Appwrite
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kongyo2/discord-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server