Claude Skill
SaseQ/discord-mcp
discord-mcp 是一个 Java MCP 服务器,让 Claude 等 AI 助手无缝与 Discord 交互。轻松实现消息自动化、管理和服务器操作。
概览
仓库信息
安装这个 Skill
docker run -d -i \Registry 信息
docker run -d -i \git clone https://github.com/SaseQ/discord-mcpclaude mcp add discord-mcp --transport http http://localhost:8085/mcpclaude mcp add discord-mcp -- docker run --rm -i -e DISCORD_TOKEN=<YOUR_DISCORD_BOT_TOKEN> -e DISCORD_GUILD_ID=<OPTIONAL_DEFAULT_SERVER_ID> saseq/discord-mcp:latest
项目简介
discord-mcp 是一个基于 Java 的 MCP 服务器,让 Claude 等 AI 助手能够无缝与 Discord 交互,通过强大的自动化功能提升 Discord 使用体验。
A MCP server for the Discord integration. Enable your AI assistants to seamlessly interact with Discord. Enhance your Discord experience with powerful automation capabilities.
要点
- 通过 MCP 协议实现 AI 与 Discord 的无缝集成
- 基于 Java 构建,性能稳定可靠
- 支持 Discord 机器人的自动化工作流
- 兼容 n8n 和 OpenClaw 生态系统
- 让 Claude Skill 能够管理 Discord 频道和消息
使用场景
- 使用 AI 助手自动化 Discord 管理
- 通过 Claude Skill 发送和读取 Discord 消息
- 将 Discord 通知集成到 AI 工作流中
- 以编程方式管理 Discord 服务器和频道
- 构建基于 MCP 的 AI 驱动 Discord 机器人
README 摘要
<div align="center"> <img src="assets/img/Discord_MCP_full_logo.svg" width="60%" alt="DeepSeek-V3" /> </div> <hr> <div align="center" style="line-height: 1;"> <a href="https://github.com/modelcontextprotocol/servers" target="_blank" style="margin: 2px;"> <img alt="MCP Server" src="https://badge.mcpx.dev?type=server" style="display: inline-block; vertical-align: middle;"/> </a> <a href="https://discord.gg/5Uvxe5jteM" target="_blank" style="margin: 2px;"> <img alt="Discord" src="https://img.shields.io/discord/936242526120194108?color=7389D8&label&logo=discord&logoColor=ffffff" style="display: inline-block; vertical-align: middle;"/> </a> <a href="https://github.com/SaseQ/discord-mcp/blob/main/LICENSE" target="_blank" style="margin: 2px;"> <img alt="MIT License" src="https://img.shields.io/github/license/SaseQ/discord-mcp" style="display: inline-block; vertical-align: middle;"/> </a> </div> ## 📖 Description A [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) server for the Discord API using [(JDA)](https://jda.wiki/), designed to integrate Discord bots with MCP-compatible applications such as Claude, ChatGPT etc. It allows AI assistants to interact with Discord by managing channels, sending messages, and retrieving server information. Ideal for building powerful Discord automation and AI-driven workflows. ## 🔬 Installation ### ► 🐳 Docker Installation (Recommended) > [!NOTE] > Docker installation is required. Full instructions can be found on [docker.com](https://www.docker.com/products/docker-desktop/). #### 1) Set local env variables ```bash export DISCORD_TOKEN="YOUR_DISCORD_BOT_TOKEN" export DISCORD_GUILD_ID="OPTIONAL_DEFAULT_SERVER_ID" export SPRING_PROFILES_ACTIVE=http ``` > [!IMPOR