A
securityA
licenseA
qualityAn MCP server that enables posting messages to Discord webhooks, allowing customization of content, username, and avatar URL.
Last updated -
1
0JavaScript
MIT License
Enables AI assistants to interact with Discord, including logging in as a bot, managing servers and channels, sending/reading/deleting messages, creating and managing forum posts, adding reactions to messages, and creating/managing webhooks.
Discord MCP(模型上下文协议)服务器,使 AI 助手能够与 Discord 平台进行交互。
MCP-Discord 提供以下与 Discord 相关的功能:
要通过Smithery自动为 Claude Desktop 安装 mcp-discord:
正常运行需要 Discord 机器人令牌。您可以通过两种方式提供令牌:
--config
参数:该项目包含一个增强的启动脚本( start-discord.js
),可提供更好的调试和错误处理:
要使用此脚本:
discord_login
:登录 Discorddiscord_list_guilds
:列出所有可用的 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
:从频道中删除特定消息discord_create_webhook
:为 Discord 频道创建一个新的 webhookdiscord_send_webhook_message
:使用 webhook 向 Discord 频道发送消息discord_edit_webhook
:编辑 Discord 频道的现有 webhookdiscord_delete_webhook
:删除 Discord 频道的现有 webhookYou must be authenticated.
Discord MCP 服务器使 AI 助手能够与 Discord 平台交互,提供发送消息、管理频道、创建论坛帖子和处理 webhook 等功能。