Skip to main content

discord-zh

Discord 消息与服务器管理。适用于需要Discord 集成的 MCP 场景。

Zur Installation springen

Quellinformationen

Repository
RabbitAI-Lab/rabbit-plugins-mcp
Letzte Quellaktivität
26. Juli 2026 um 14:08
Erkannte Sprache von SKILL.md
Chinesisch
Sterne
0
Forks
0

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
discord-zh
description
Discord 消息与服务器管理。适用于需要Discord 集成的 MCP 场景。
# discord Discord 消息与服务器管理 ## 何时使用 - 通过 MCP 客户端使用 **discord** - discord 所支持的通信协作相关任务 - 用 `claude mcp add` 或 `.mcp.json` 注册 discord ## 安装 discord 是 stdio 传输的 MCP 服务器。注册到 Claude Code: ```bash claude mcp add discord -- npx mcp-discord ``` 或写入 `.mcp.json`: ```json { "mcpServers": { "discord": { "command": "npx", "args": [ "mcp-discord" ] } } } ``` 引导式安装脚本见 `scripts/install.sh`。 ## 验证 ```bash claude mcp list ``` ## 详情 - **服务器**: `discord` - **维护方**: 社区 - **协议**: stdio - **分类**: 通信协作 - **推荐度**: 可选 - **核心功能**: Discord 集成
Auf GitHub ansehen