trackmcp
Back to directory
s-yu-yu-yu

discord-notification-mcp

View on GitHub

Discord Botでメンションを送信するMCP

0 stars JavaScriptOthers Updated Jul 1, 2025

Documentation

Discord Notification MCP Server

Discord に Claude から通知を送信し、返信を受け取る MCP サーバー

セットアップ

1. リポジトリをクローン

bash
git clone git@github.com:s-yu-yu-yu/discord-notification-mcp.git
cd discord-notification-mcp

2. 依存関係をインストール

bash
bun install

3. 設定ファイルを作成

bash
cp discord-config.sample.json discord-config.json

4. `discord-config.json`を編集

json
{
  "discord_token": "Discordボットトークン",
  "channel_id": "チャンネルID",
  "user_id": "ユーザーID"
}

5. ビルド

bash
bun run build

Claude Desktop での使用

Claude Desktop の設定に以下を追加:

json
{
  "mcpServers": {
    "discord-notification": {
      "command": "node",
      "args": ["/path/to/discord-notification-mcp/dist/index.js"]
    }
  }
}

機能

  • Discord 通知送信(メンション付き)
  • 返信待機機能(タイムアウト設定可能)
  • 設定の動的変更

必要な権限

Discord ボットに以下の権限が必要:

  • メッセージの送信
  • メッセージ履歴の読み取り
  • チャンネルの閲覧

Frequently asked questions

What is discord-notification-mcp?

discord-notification-mcp is Discord Botでメンションを送信するMCP

How do I install discord-notification-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is discord-notification-mcp open source?

Yes — it is hosted on GitHub at https://github.com/s-yu-yu-yu/discord-notification-mcp.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP