Webhook
Freeby MCP Community
Generic Webhook MCP Server with automatic response handling
v0.4.0Added Apr 12, 2026
mcpwebhookchatmattermostautomation
Webhook MCP Server
Generic Webhook MCP Server with automatic response handling
Installation
npx -y @abdo-el-mobayad/mcp-webhook
Reviews
Installation
Quick install
npx -y @abdo-el-mobayad/mcp-webhook
Add to claude_desktop_config.json
{
"mcpServers": {
"webhook": {
"command": "npx",
"args": ["-y", "@abdo-el-mobayad/mcp-webhook"]
}
}
}