Http Webhook
Freeby MCP Community
Production-ready MCP server framework with HTTP + webhook-based subscriptions
v1.0.33Added Apr 12, 2026
mcpmodel-context-protocolwebhookhttpai
Http Webhook MCP Server
Production-ready MCP server framework with HTTP + webhook-based subscriptions
Installation
Reviews
Installation
Quick install
npx -y mcp-http-webhook
Add to claude_desktop_config.json
{
"mcpServers": {
"http-webhook": {
"command": "npx",
"args": ["-y", "mcp-http-webhook"]
}
}
}