Skip to main content
Glama

MCP Server Discord Webhook

by genm

MCP サーバー Discord Webhook

Discord Webhook にメッセージを投稿するための MCP サーバー。

日本語のREADME

インストール

npm install @genpm/mcp-server-discord-webhook

構成

MCP 構成ファイルに次の内容を追加します。

{ "mcpServers": { "discord-webhook": { "command": "npx", "args": [ "-y", "@genpm/mcp-server-discord-webhook" ], "env": { "DISCORD_WEBHOOK_URL": "your-discord-webhook-url" }, "alwaysAllow": [ "send_message" ] } } }

特徴

メッセージを送信

Discordにメッセージを送信します。

パラメータ:

  • content : メッセージの内容(必須)
  • username : 表示名(オプション)
  • avatar_url : アバターURL(オプション)

例:

<use_mcp_tool> <server_name>discord-webhook</server_name> <tool_name>send_message</tool_name> <arguments> { "content": "Test message", "username": "Custom Name" } </arguments> </use_mcp_tool>

発達

このプロジェクトでは、継続的インテグレーションとnpmへの自動公開にGitHub Actionsを使用しています。新しいバージョンタグ(例: v1.0.0 )をプッシュすると、以下の処理が自動的に実行されます。

  1. パッケージをビルドする
  2. テストを実行する
  3. npmに公開する
  4. GitHubリリースを作成する

リリースプロセスの詳細については、 CHANGELOG.md を参照してください。

ライセンス

マサチューセッツ工科大学

著者

ゲンム

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Discord Webhook にメッセージを投稿し、コンテンツ、ユーザー名、アバター URL をカスタマイズできる MCP サーバー。

  1. インストール
    1. 構成
      1. 特徴
        1. メッセージを送信
      2. 発達
        1. ライセンス
          1. 著者

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              An MCP server that enables communication with users through Telegram. This server provides a tool to ask questions to users and receive their responses via a Telegram bot.
              Last updated -
              12
              36
              JavaScript
            • A
              security
              A
              license
              A
              quality
              Enables sending messages to webhook endpoints through the MCP protocol, supporting custom content, display names, and avatar URLs.
              Last updated -
              1
              569
              23
              JavaScript
              MIT License
            • -
              security
              F
              license
              -
              quality
              An MCP server that allows Claude to interact with Discord by providing tools for sending/reading messages and managing server resources through Discord's API.
              Last updated -
              38
              JavaScript
            • A
              security
              A
              license
              A
              quality
              A Discord MCP server that enables AI assistants to interact with Discord platforms, providing functionalities like sending messages, managing channels, creating forum posts, and handling webhooks.
              Last updated -
              21
              28
              1
              TypeScript
              MIT License
              • Linux
              • Apple

            View all related MCP servers

            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/genm/mcp-server-discord-webhook'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server