Back to directory
webhook-mcp

webhook-mcp

@noobnooc3

A Model Context Protocol (MCP) server that sends webhook notifications when called.

webhooknotificationtool

Installation & Configuration

{
  "mcpServers": {
    "notification": {
      "command": "npx",
      "args": [
        "-y",
        "webhook-mcp"
      ],
      "env": {
        "WEBHOOK_URL": "your-webhook-url-here"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2025/4/24
Updated
2026/6/7