Skip to main content
Glama
kongyo2

Discord Webhook MCP

by kongyo2

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

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
2Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    A
    maintenance
    A 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.
    22
    905
    102
    MIT
  • A
    license
    B
    quality
    B
    maintenance
    A 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.
    22
    115
    5
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables 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
  • A
    license
    -
    quality
    D
    maintenance
    A 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.
    24
    MIT

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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