MCP-Discord

by barryyip0625
Verified

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:

npx -y @smithery/cli install @barryyip0625/mcp-discord --client claude

手动安装

# 克隆存储库 git clone https://github.com/barryyip0625/mcp-discord.git cd mcp-discord # 安装依赖项 npm install # 编译 TypeScript npm run build

配置

正常操作需要一个 Discord 机器人令牌。您可以通过两种方式提供它:

  1. 环境变量:
DISCORD_TOKEN=your_discord_bot_token
  1. 启动时使用 '--config' 参数:
node path/to/mcp-discord/build/index.js --config \"{\"DISCORD_TOKEN\":\"your_discord_bot_token\"}\"

与Claude/Cursor一起使用

  • Claude
    { \"mcpServers\": { \"discord\": { \"command\": \"node\", "args": [ 路径/到/mcp-discord/build/index.js"

], env": { "DISCORD_TOKEN": "your_discord_bot_token" } }

} } ```

  • 游标
    { \"mcpServers\": { "discord": { command": "cmd", "args": [ /c node 路径/到/mcp-discord/build/index.js"

], 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

开发

# 开发模式 npm run dev

许可证

MIT 许可证

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

一个Discord Model Context Protocol服务器,可以让AI助手与Discord交互,提供发送消息、管理频道、处理论坛帖子和处理反应的功能。

  1. Overview
    1. Table of Contents
      1. Prerequisites
        1. Installation
          1. Installing via Smithery
          2. Manual Installation
        2. Configuration
          1. Usage with Claude/Cursor
            1. Tools Documentation
              1. Basic Functions
              2. Channel Management
              3. Forum Functions
              4. Messages and Reactions
              5. Webhook Management
            2. Development
              1. License
                ID: 2bqg6lmefv