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 Email Server
Provides IMAP and SMTP access for sending and receiving emails.
TradingView Backtest Assistant”
exposes a remote MCP endpoint so agents can: run strategy backtests by symbol/timeframe/date range, pass strategy inputs programmatically,receive structured backtest results (trades, win rate, profit, drawdown).
HeyReach MCP Server
Integrates with the HeyReach API for LinkedIn automation and outreach management.
WeCom Bot MCP Server
An MCP server for sending messages to WeCom (WeChat Work) bots.
LnExchange MCP Node Service
A Node.js service for interacting with the LnExchange API for spot trading.
Instagram
Interact with Instagram Business accounts using the Instagram Graph API.
Gmail
Query live Gmail data using LLMs via CData's read-only MCP server.
Mac Messages MCP
A Python bridge for interacting with the macOS Messages app.
NotifyMeMaybe
A server for sending multi-platform notifications and creating interactive AI workflows, with support for Telegram, webhooks, and synchronous user interactions.
LigueLead
Send SMS, SMS Flash, and voice calls in Brazil via LigueLead API. Brazilian CPaaS with BRL pricing and PIX payments.