📖 描述
Discord API (JDA)的模型上下文协议(MCP)服务器,允许 Discord Bot 与 Claude Desktop 等 MCP 兼容应用程序无缝集成。
让您的 AI 助手与 Discord 无缝互动。轻松管理频道、发送消息和检索服务器信息。强大的自动化功能提升您的 Discord 体验。
🔬 安装
克隆存储库
构建项目
注意:使用 mvn 命令需要安装 Maven。完整说明可在此处找到。
配置AI客户端
许多代码编辑器和其他 AI 客户端使用配置文件来管理 MCP 服务器。
可以通过将以下内容添加到配置文件来配置 Discord MPC 服务器。
注意:您需要创建 Discord 机器人令牌才能使用此服务器。有关如何创建 Discord 机器人令牌的说明,请点击 此处。
🔧 GitMCP
通过GitMCP远程使用 Discord MCP:
更多信息和不同的配置在这里
⚓ 锻造
通过Smithery自动安装 Discord MCP 服务器:
🛠️ 可用工具
服务器信息
get_server_info:获取详细的 discord 服务器信息
消息管理
send_message:向特定频道发送消息edit_message:编辑来自特定频道的消息delete_message:从特定频道删除消息read_messages:从特定频道读取最近的消息历史记录send_private_message:向特定用户发送私人消息edit_private_message:编辑特定用户的私人消息delete_private_message:删除特定用户的私人消息read_private_messages:读取特定用户的最近消息历史记录add_reaction:向特定消息添加反应(表情符号)remove_reaction:从消息中删除指定的反应(表情符号)
渠道管理
create_text_channel:创建文本通道delete_channel:删除频道find_channel:使用名称和服务器 ID 查找频道类型和 IDlist_channels:所有频道的列表
品类管理
create_category:为频道创建新类别delete_category:删除类别find_category:使用名称和服务器 ID 查找类别 IDlist_channels_in_category:特定类别的频道列表
Webhook 管理
create_webhook:在特定频道上创建一个新的 webhookdelete_webhook:删除 webhooklist_webhooks:特定频道上的 webhook 列表send_webhook_message:通过 webhook 发送消息
更详细的示例可以在Wiki中找到。
Related MCP Servers
- AsecurityAlicenseAqualityProvides Discord integration capabilities to MCP clients like Claude Desktop.Last updated -15130MIT License
- -securityFlicense-qualityA Model Context Protocol server built with mcp-framework that allows users to create and manage custom tools for processing data, integrating with the Claude Desktop via CLI.Last updated -225
- AsecurityAlicenseAqualityModel Context Protocol server that enables Claude Desktop (or any MCP client) to fetch web content and process images appropriately.Last updated -1169MIT 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 -1922