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 ボットに以下の権限が必要:
- メッセージの送信
- メッセージ履歴の読み取り
- チャンネルの閲覧
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Zulip Chat
An MCP server for integrating with the Zulip team chat platform.
Chatterbox TTS
Generates text-to-speech audio with automatic playback using the Chatterbox TTS model.
LinkedIn
A server for interacting with LinkedIn, including authentication and posting capabilities.
Microsoft Teams MCP
Interact with Microsoft Teams to read, create, and reply to messages, and mention members.
FastAlert.Now
Broadcast AI-driven alerts securely to thousands of phones and laptops in seconds—no apps, no SMS, and total user privacy.
/vibe
Social layer for AI coding — DMs, presence, discovery, and multiplayer games between developers. npm: slashvibe-mcp | Install: npx -y slashvibe-mcp
Dixa MCP Server
A server for the Dixa API, enabling management of conversations and tags.
YCloud WhatsApp API
Interact with the YCloud WhatsApp API to send and manage messages.
Slack MCP Server
An MCP server for interacting with Slack workspaces using user tokens, without requiring bots or special permissions.
Slack
Interact with Slack workspaces using the Slack API.