MCP-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.
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
一个Discord MCP(模型上下文协议)服务器,使AI助手能够与Discord平台交互。
概述
MCP-Discord 提供以下与 Discord 相关的功能:
- 登录 Discord 机器人
- 获取服务器信息
- 读取/删除频道消息
- 向指定频道发送消息
- 检索论坛频道列表
- 创建/删除/回复论坛帖子
- 创建/删除文本频道
- 添加/删除消息反应
- 创建/编辑/删除/使用webhooks
目录
先决条件
- Node.js (v16.0.0 或更高版本)
- npm (v7.0.0 或更高版本)
- 具有适当权限的 Discord 机器人
- 机器人令牌(可从Discord 开发人员门户获取)
- 启用消息内容意图
- 服务器成员意图已启用
- 启用 Presence Intent
- 您 Discord 服务器中的权限:
- 发送消息
- 创建公共线程
- 在线程中发送消息
- 管理线程
- 管理频道
- 添加反应
安装
通过 Smithery 安装
通过 Smithery 自动为 Claude Desktop 安装 mcp-discord:
手动安装
配置
正常操作需要一个 Discord 机器人令牌。您可以通过两种方式提供它:
- 环境变量:
- 启动时使用 '--config' 参数:
与Claude/Cursor一起使用
- ClaudeCopy
], env": { "DISCORD_TOKEN": "your_discord_bot_token" } }
} } ```
- 游标Copy
], env "DISCORD_TOKEN": "your_discord_bot_token" } } }
}
工具文档
基本功能
- '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
开发
许可证
You must be authenticated.
一个Discord Model Context Protocol服务器,可以让AI助手与Discord交互,提供发送消息、管理频道、处理论坛帖子和处理反应的功能。
- Overview
- Table of Contents
- Prerequisites
- Installation
- Configuration
- Usage with Claude/Cursor
- Tools Documentation
- Development
- License