Discord MCP 服务器
模型上下文协议 (MCP) 服务器为 Claude Desktop 等 MCP 客户端提供 Discord 集成功能。
可用工具
服务器信息
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
:创建一个新的 webhooklist_webhooks
:列出频道中的 webhooksend_webhook_message
:通过 webhook 发送消息modify_webhook
:更新 webhook 设置delete_webhook
:删除 webhook
安装
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 Discord 服务器:
设置你的 Discord 机器人:
在Discord 开发者门户创建新应用程序
创建机器人并复制令牌
启用所需的特权意图:
消息内容意图
存在意图
服务器成员意图
使用 OAuth2 URL 生成器邀请机器人加入你的服务器
克隆并安装包:
配置 Claude 桌面(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