discord-notify-mcp

CodySwagor/discord-notify-mcp
★ 0 stars JavaScript 💬 Communication Updated 1d ago
MCP server + Claude Code hooks that send Discord notifications via webhook
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

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

README Excerpt

A tiny [MCP](https://modelcontextprotocol.io) server — plus a pair of Claude Code hooks — that pushes messages to a Discord channel through an Three ways to use it: - **MCP tool** (`send_discord_message`): Claude can deliberately post a message mid-task ("ping me on Discord when the build finishes").

Tools (1)

send_discord_message