discord MCP Server
读取 Discord 频道消息、发送通知、管理服务器,适合构建自动化社区管理 Agent
返回 MCP 专区
效率工具
discord
950 stars读取 Discord 频道消息、发送通知、管理服务器,适合构建自动化社区管理 Agent
Discord社区管理消息自动化通知
安装与配置
安装命令
npx discord-mcpCursor / Claude Desktop 配置(mcp.json)
{
"mcpServers": {
"discord": {
"command": "npx",
"args": [
"discord-mcp"
]
}
}
}典型使用场景
- AI 自动整理知识库,按主题分类归档
- 发送消息通知、管理日程和任务
- 跨工具自动同步信息,减少手动操作
查看源码 / 官方文档
访问 GitHub 仓库获取最新文档、配置说明和 issue 反馈。
在 GitHub 上查看