Skip to main content
Glama
genm

MCP Server Discord Webhook

by genm

MCP サーバー Discord Webhook

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

日本語のREADME

インストール

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

Related MCP server: Discord MCP Server

構成

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

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

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

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