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 を参照してください。

ライセンス

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

著者

ゲンム

You must be authenticated.

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 -
              1
              16
              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
              31
              13
              JavaScript
              MIT License
            • -
              security
              A
              license
              -
              quality
              A server for the Machine Chat Protocol (MCP) that provides a YAML-based configuration system for LLM applications, allowing users to define resources, tools, and prompts without writing code.
              Last updated -
              5
              Python
              MIT License
              • Linux
              • Apple
            • A
              security
              A
              license
              A
              quality
              An MCP server that enables saving and sharing Claude Desktop conversations, allowing users to store chats privately or make them public through a web interface.
              Last updated -
              2
              6
              TypeScript
              MIT License
              • 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