Back to directory
ph0ryn/Discord-webhook-MCP

ph0ryn/Discord-webhook-MCP

@ph0ryn1

A MCP server that enables sending messages to Discord via webhook using the Model Context Protocol.

discordwebhookmcptypescripttool

Installation & Configuration

{
  "mcpServers": {
    "discordWebhook": {
      "command": "node",
      "args": [
        "<PROJECT_PATH>/build/index.js"
      ],
      "env": {
        "DISCORD_WEBHOOK_URL": "<YOUR_DISCORD_WEBHOOK_URL>"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2025/4/22
Updated
2025/7/3