mcp-discord

goul4rt/mcp-discord
★ 6 stars TypeScript 💬 Communication Updated today
The most complete open-source MCP server for Discord — 80+ tools, dual-mode: integrated (plugin) or standalone
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-discord": {
      "command": "npx",
      "args": [
        "-y",
        "goul4rt/mcp-discord"
      ]
    }
  }
}