Integrations
Enables interaction with Discord servers through a bot, providing tools for sending messages, managing channels, creating and managing forum posts, reading channel messages, and adding/removing message reactions.
MCP-Discord
AI アシスタントが Discord プラットフォームと対話できるようにする Discord MCP (Model Context Protocol) サーバー。
概要
MCP-Discord は、次の Discord 関連機能を提供します。
- Discordボットにログイン
- サーバー情報を取得する
- チャンネルメッセージの読み取り/削除
- 指定されたチャネルにメッセージを送信する
- フォーラムのチャンネルリストを取得する
- フォーラム投稿の作成/削除/返信
- テキストチャンネルの作成/削除
- メッセージ反応の追加/削除
- Webhookの作成/編集/削除/使用
目次
前提条件
- Node.js (v16.0.0 以上)
- npm (v7.0.0以上)
- 適切な権限を持つDiscordボット
- ボットトークン( Discord開発者ポータルから入手可能)
- メッセージコンテンツインテントが有効
- サーバーメンバーの意図が有効
- プレゼンスインテントが有効
- Discord サーバーでの権限:
- メッセージを送信
- 公開スレッドを作成する
- スレッドでメッセージを送信する
- スレッドを管理する
- チャンネルを管理する
- 反応を追加する
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の mcp-discord を自動的にインストールするには:
Copy
手動インストール
Copy
構成
Discordボットトークンは正常に動作するために必要です。トークンは以下の2つの方法で提供できます。
- 環境変数:
Copy
- 起動時に
--config
パラメータを使用する:
Copy
Claude/Cursor との使用
- クロードCopy
- カーソルCopy
ツールドキュメント
基本機能
discord_login
: Discordにログインdiscord_send
: 指定されたチャンネルにメッセージを送信するdiscord_get_server_info
: Discord サーバーの情報を取得する
チャンネル管理
discord_create_text_channel
: テキストチャンネルを作成するdiscord_delete_channel
: チャンネルを削除する
フォーラム機能
discord_get_forum_channels
: フォーラムチャンネルのリストを取得するdiscord_create_forum_post
: フォーラム投稿を作成するdiscord_get_forum_post
: フォーラム投稿を取得するdiscord_reply_to_forum
: フォーラム投稿に返信するdiscord_delete_forum_post
: フォーラム投稿を削除する
メッセージと反応
discord_read_messages
: チャンネルメッセージを読むdiscord_add_reaction
: メッセージに反応を追加するdiscord_add_multiple_reactions
: メッセージに複数の反応を追加するdiscord_remove_reaction
: メッセージから反応を削除するdiscord_delete_message
: チャンネルから特定のメッセージを削除する
Webhook管理
discord_create_webhook
: Discordチャンネル用の新しいWebhookを作成しますdiscord_send_webhook_message
: Webhookを使用してDiscordチャンネルにメッセージを送信しますdiscord_edit_webhook
: Discordチャンネルの既存のWebhookを編集しますdiscord_delete_webhook
: Discordチャンネルの既存のWebhookを削除します
発達
Copy
ライセンス
You must be authenticated.
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
AI アシスタントが Discord と対話できるようにし、メッセージの送信、チャンネルの管理、フォーラム投稿の処理、反応の操作などの機能を提供する Discord モデル コンテキスト プロトコル サーバー。
- Overview
- Table of Contents
- Prerequisites
- Installation
- Configuration
- Usage with Claude/Cursor
- Tools Documentation
- Development
- License
Related Resources
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol (MCP) server for the Discord integration with MCP-compatible applications like Claude Desktop.Last updated -19MIT License
- -securityAlicense-qualityA Model Context Protocol server that enables AI assistants to interact with Telegram, allowing them to search channels, list available channels, retrieve messages, and filter messages by regex patterns.Last updated -12JavaScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server implementation that enables AI assistants to interact with Slack workspaces, allowing them to browse channels, send messages, reply to threads, add reactions, and retrieve user information.Last updated -18JavaScriptApache 2.0
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with Bluesky/ATProtocol, providing authentication, timeline access, post creation, and social features like likes and follows.Last updated -1810TypeScript