Discord Notification MCP Server
Sends notifications to Discord channels or users via a bot.
Discord Notification MCP Server
Discord に Claude から通知を送信し、返信を受け取る MCP サーバー
セットアップ
- リポジトリをクローン
git clone git@github.com: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 ボットに以下の権限が必要:
- メッセージの送信
- メッセージ履歴の読み取り
- チャンネルの閲覧
Related Servers
Waroom MCP
Access the Waroom API through the Model Context Protocol.
Slack MCP Server
An MCP server for interacting with Slack workspaces using user tokens, without requiring bots or special permissions.
Telegram MCP Server
Interact with a Telegram account using the user client API, allowing AI assistants to manage chats and messages.
Agent Communication MCP Server
Enables room-based messaging between multiple agents.
Coreflux MQTT MCP Server
Connects to a Coreflux MQTT broker, offering tools for Coreflux commands and integration with AI assistants.
MCP Intercom Server
Provides access to Intercom conversations and chats. Requires an Intercom API key.
FastMail
Interact with FastMail's email, calendar, and contacts via its JMAP API.
RSS MCP Server by CData
A read-only MCP server for querying live RSS data using the CData JDBC Driver for RSS.
Chatterbox TTS
Generates text-to-speech audio with automatic playback using the Chatterbox TTS model.
API Docs MCP
MCP server for API documentation, supporting GraphQL, OpenAPI/Swagger, and gRPC from local files or remote URLs