Sends notifications to Discord channels or users via a bot.
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 の設定に以下を追加:
{
"mcpServers": {
"discord-notification": {
"command": "node",
"args": ["/path/to/discord-notification-mcp/dist/index.js"]
}
}
}
Discord ボットに以下の権限が必要:
Access and interact with MyMCPSpace posts, replies, likes, and feeds.
Interact with Africa's Talking airtime service and store transaction data in a local SQLite database.
An open-source messaging server for client-to-client communication using MCP HTTP Streamable messaging.
Post to the Bluesky social network using the AT Protocol.
This server enables users to send emails through various email providers, including Gmail, Outlook, Yahoo, Sina, Sohu, 126, 163, and QQ Mail. It also supports attaching files from specified directories, making it easy to upload attachments along with the email content.
Allows AI assistants to ask questions to humans via Discord.
An open-source messaging server for client-to-client communication using MCP HTTP streaming, configurable via an external JSON file.
Fetch and interact with Hacker News content, including top stories, comments, and search functionality.
A high-performance MCP server for analyzing Intercom conversations with fast, local access via caching and background sync.
Allows AI assistants to request information and receive responses from humans via Slack.