Skip to main content
Glama

discord-mcp

📖 描述

Discord API (JDA)模型上下文协议(MCP)服务器,允许 Discord Bot 与 Claude Desktop 等 MCP 兼容应用程序无缝集成。

让您的 AI 助手与 Discord 无缝互动。轻松管理频道、发送消息和检索服务器信息。强大的自动化功能提升您的 Discord 体验。

🔬 安装

克隆存储库
git clone https://github.com/SaseQ/discord-mcp
构建项目

注意:使用 mvn 命令需要安装 Maven。完整说明可在此处找到。

cd discord-mcp mvn clean package # The jar file will be available in the /target directory
配置AI客户端

许多代码编辑器和其他 AI 客户端使用配置文件来管理 MCP 服务器。

可以通过将以下内容添加到配置文件来配置 Discord MPC 服务器。

注意:您需要创建 Discord 机器人令牌才能使用此服务器。有关如何创建 Discord 机器人令牌的说明,请点击 此处

{ "mcpServers": { "discord-mcp": { "command": "java", "args": [ "-jar", "/absolute/path/to/discord-mcp-0.0.1-SNAPSHOT.jar" ], "env": { "DISCORD_TOKEN": "YOUR_DISCORD_BOT_TOKEN" } } } }

🔧 GitMCP

通过GitMCP远程使用 Discord MCP:

{ "mcpServers": { "discord-mcp": { "command": "npx", "args": [ "mcp-remote", "https://gitmcp.io/SaseQ/discord-mcp" ], "env": { "DISCORD_TOKEN": "YOUR_DISCORD_BOT_TOKEN" } } } }

更多信息和不同的配置在这里

⚓ 锻造

通过Smithery自动安装 Discord MCP 服务器:

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

🛠️ 可用工具

服务器信息
消息管理
渠道管理
品类管理
Webhook 管理

更详细的示例可以在Wiki中找到。

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

用于 Discord 与 Claude Desktop 等 MCP 兼容应用程序集成的模型上下文协议 (MCP) 服务器。

  1. 🔬 安装
    1. 克隆存储库
    2. 构建项目
    3. 配置AI客户端
  2. 🔧 GitMCP
    1. ⚓ 锻造
      1. 🛠️ 可用工具
        1. 服务器信息
        2. 消息管理
        3. 渠道管理
        4. 品类管理
        5. Webhook 管理

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        Provides Discord integration capabilities to MCP clients like Claude Desktop.
        Last updated -
        12
        53
        Python
        MIT License
        • Apple
      • A
        security
        A
        license
        A
        quality
        An MCP server that enables posting messages to Discord webhooks, allowing customization of content, username, and avatar URL.
        Last updated -
        1
        0
        JavaScript
        MIT License
      • A
        security
        A
        license
        A
        quality
        An educational implementation of a Model Context Protocol server that demonstrates how to build a functional MCP server for integrating with various LLM clients like Claude Desktop.
        Last updated -
        1
        88
        Python
        MIT License
        • Apple
        • Linux
      • A
        security
        A
        license
        A
        quality
        A Discord Model Context Protocol server that enables AI assistants to interact with Discord, providing functionality for sending messages, managing channels, handling forum posts, and working with reactions.
        Last updated -
        15
        22
        TypeScript
        MIT License
        • Linux
        • Apple

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/SaseQ/discord-mcp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server