Skip to content

Webhook

Free

by MCP Community

Generic Webhook MCP Server

v0.2.3Added Apr 12, 2026
mcpwebhookchatmattermostautomation
Works with:ClaudeGPTGeminiCopilot

Webhook MCP Server

Generic Webhook MCP Server

Installation

npx -y @kevinwatt/mcp-webhook

Reviews

Leave a Review

Installation

Quick install
npx -y @kevinwatt/mcp-webhook
Add to claude_desktop_config.json
{
  "mcpServers": {
    "webhook": {
      "command": "npx",
      "args": ["-y", "@kevinwatt/mcp-webhook"]
    }
  }
}