Discord MCP サーバー
Claude Desktop などの MCP クライアントに Discord 統合機能を提供する Model Context Protocol (MCP) サーバー。
利用可能なツール
サーバー情報
get_server_info
: 詳細なサーバー情報を取得するlist_members
: サーバーのメンバーとその役割を一覧表示する
メッセージ管理
send_message
: チャネルにメッセージを送信するread_messages
: 最近のメッセージ履歴を読むadd_reaction
: メッセージに反応を追加するadd_multiple_reactions
: メッセージに複数の反応を追加するremove_reaction
: メッセージから反応を削除するmoderate_message
: メッセージを削除し、ユーザーをタイムアウトさせる
チャンネル管理
create_text_channel
: 新しいテキストチャンネルを作成するdelete_channel
: 既存のチャンネルを削除する
役割管理
add_role
: ユーザーにロールを追加するremove_role
: ユーザーからロールを削除する
Webhook管理
create_webhook
: 新しいWebhookを作成するlist_webhooks
: チャネル内のウェブフックを一覧表示するsend_webhook_message
: Webhook経由でメッセージを送信するmodify_webhook
: Webhook設定を更新するdelete_webhook
: Webhookを削除する
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Discord サーバーを自動的にインストールするには:
Discord ボットを設定します。
Discord開発者ポータルで新しいアプリケーションを作成する
ボットを作成し、トークンをコピーする
必要な特権インテントを有効にします。
メッセージ内容の意図
プレゼンスインテント
サーバーメンバーの意図
OAuth2 URLジェネレータを使用してボットをサーバーに招待する
パッケージをクローンしてインストールします。
Claude Desktop を構成します (Windows の場合は
%APPDATA%\Claude\claude_desktop_config.json
、macOS の場合は~/Library/Application Support/Claude/claude_desktop_config.json
):
ライセンス
MIT ライセンス - 詳細については LICENSE ファイルを参照してください。
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
Claude Desktop などの MCP クライアントに Discord 統合機能を提供します。
Related Resources
Related MCP Servers
- -securityFlicense-qualityThis server allows integration with Discord, enabling message exchanges between Claude and a Discord channel using prompts and notifications.Last updated -01
- 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
- AsecurityFlicenseAqualityAn MCP server that allows Claude to interact with Discord by providing tools for sending/reading messages and managing server resources through Discord's API.Last updated -1929