Discord Notification MCP Server
Sends notifications to Discord channels or users via a bot.
Discord Notification MCP Server
Discord に Claude から通知を送信し、返信を受け取る MCP サーバー
セットアップ
- リポジトリをクローン
git clone [email protected]:s-yu-yu-yu/discord-notification-mcp.git
cd discord-notification-mcp
- 依存関係をインストール
bun install
- 設定ファイルを作成
cp discord-config.sample.json discord-config.json
discord-config.jsonを編集
{
"discord_token": "Discordボットトークン",
"channel_id": "チャンネルID",
"user_id": "ユーザーID"
}
- ビルド
bun run build
Claude Desktop での使用
Claude Desktop の設定に以下を追加:
{
"mcpServers": {
"discord-notification": {
"command": "node",
"args": ["/path/to/discord-notification-mcp/dist/index.js"]
}
}
}
機能
- Discord 通知送信(メンション付き)
- 返信待機機能(タイムアウト設定可能)
- 設定の動的変更
必要な権限
Discord ボットに以下の権限が必要:
- メッセージの送信
- メッセージ履歴の読み取り
- チャンネルの閲覧
Похожие серверы
MCP Evolution API
An MCP server for Claude that integrates with the Evolution API for WhatsApp automation.
MCP Interactive
Enables communication between an LLM and a user through an interactive Electron interface.
messages
Fuzzy search and browse Apple Messages/iMessage from CLI or MCP server
mpc-bridge
http stream to stdin/stdout and back
Qiye Wechat MCP
Enables AI assistants to send messages to Enterprise WeChat (Qiye Wechat) groups via webhooks.
Claude MCP Slack
A GitHub Action that functions as a Slack MCP server, enabling secure image downloads and integrations with Slack.
AskMeMCP
Enables AI assistants to request human input through a web interface, facilitating human-in-the-loop interactions.
MCP TTS VOICEVOX
A Text-to-Speech server that integrates with an external VOICEVOX engine.
MCP Discord Agent Communication
Enables asynchronous communication between AI agents and users through Discord, ideal for long-running tasks.
MCP IDE Bridge
An open-source messaging server for client-to-client communication using MCP HTTP streaming, configurable via an external JSON file.