agent-discord-wrapper

Seretos/agent-discord-wrapper
★ 0 stars Unknown language AI/LLM Updated today
Pairs the external Discord MCP server with a skill so Claude can operate a Discord server - posting text and image attachments, managing channels, roles, threads and moderation - through structured MCP operations instead of hand-driving the Discord API.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-discord-wrappe": {
      "command": "npx",
      "args": [
        "-y",
        "Seretos/agent-discord-wrapper"
      ]
    }
  }
}

README Excerpt

A Claude Code **skill** plugin. Pairs the external [Discord MCP server](https://github.com/HardHeadHackerHead/discord-mcp) with a skill so Claude can operate a Discord server — posting text and image attachments, managing channels, roles, threads and moderation — through structured MCP operations instead of hand-driving the Discord API.