Skip to main content
Glama

📖 描述

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

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    Provides Discord integration capabilities to MCP clients like Claude Desktop.
    Last updated -
    15
    130
    MIT License
    • Apple
  • -
    security
    F
    license
    -
    quality
    A Model Context Protocol server built with mcp-framework that allows users to create and manage custom tools for processing data, integrating with the Claude Desktop via CLI.
    Last updated -
    22
    5
    • Apple
  • A
    security
    A
    license
    A
    quality
    Model Context Protocol server that enables Claude Desktop (or any MCP client) to fetch web content and process images appropriately.
    Last updated -
    1
    169
    MIT License
    • Apple
  • A
    security
    F
    license
    A
    quality
    An 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 -
    19
    22

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