local-only server
The server can only run on the client’s local machine because it depends on local resources.
Integrations
Provides tools for interacting with Discord servers and channels, currently allowing sending messages to specific channels through the Discord API using JDA (Java Discord API).
📖 描述
Discord API (JDA)的模型上下文协议(MCP)服务器,允许 Discord Bot 与 Claude Desktop 等 MCP 兼容应用程序无缝集成。
🔬 安装
克隆存储库
Copy
构建项目
Copy
配置 Claude 桌面
Copy
*要获取 Discord 机器人令牌,请访问Discord 开发者门户
⚓ 锻造
通过 Smithery 自动安装 Discord MCP 服务器:
Copy
🛠️ 可用工具
服务器信息
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
:从消息中删除指定的反应(表情符号)
渠道管理
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中找到。
This server cannot be installed
用于 Discord 与 Claude Desktop 等 MCP 兼容应用程序集成的模型上下文协议 (MCP) 服务器。