Discord MCP サーバー
Claude との Discord API 統合のための MCP (Model Context Protocol) サーバー。このサーバーにより、Claude はメッセージの送信、メッセージの閲覧、サーバーリソースの管理などのアクションを実行するツールを介して Discord サーバーとやり取りできるようになります。
前提条件
Node.js 16以上
Discord ボット トークン ( Discord 開発者ポータルで作成)
適切なボット権限:
メッセージを読む/チャンネルを表示する
メッセージを送信
メッセージ履歴を読む
(オプション) 必要な機能に応じて、役割の管理、チャネルの管理などを行います。
インストール
このリポジトリをクローンする
依存関係をインストールします:
npm installプロジェクトをビルドします。
npm run build
構成
ルート ディレクトリに次の.env
ファイルを作成します。
使用法
サーバーを起動します。
npm startClaude デスクトップを設定します。
Claude Desktopの設定ファイルに追加: GXP5
利用可能なツール
send-message
: Discordチャンネルにメッセージを送信するread-messages
: Discordチャンネルから最近のメッセージを読むlist-channels
: サーバー内の利用可能なチャンネルを一覧表示するlist-servers
: ボットがアクセスできるサーバーを一覧表示するget-user-info
: 特定のユーザーに関する情報を取得する
セキュリティに関する考慮事項
Discordボットトークンは、Discordボットへのアクセスを許可します。安全に保管してください。
ボットは招待されたサーバーにのみアクセスできます。
アクションは各サーバーにおけるボットの権限によって制限されます。
ライセンス
マサチューセッツ工科大学
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
Discord の API を介してメッセージの送受信やサーバー リソースの管理を行うツールを提供することで、Claude が Discord と対話できるようにする MCP サーバーです。
Related MCP Servers
- AsecurityAlicenseAqualityProvides Discord integration capabilities to MCP clients like Claude Desktop.Last updated -15123MIT License
- AsecurityAlicenseAqualityAn MCP server that enables saving and sharing Claude Desktop conversations, allowing users to store chats privately or make them public through a web interface.Last updated -11MIT License
- -securityAlicense-qualityA Model Context Protocol (MCP) server for the Discord integration with MCP-compatible applications like Claude Desktop.Last updated -68MIT License
- -securityFlicense-qualityAn MCP server that enables Claude and other MCP clients to interact with Mattermost workspaces, providing channel management, messaging capabilities, and topic monitoring functionality.Last updated -15