Github Webhook MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 3 Aug 2026.
MCP server bridging GitHub webhooks via Cloudflare Worker for real-time event streaming
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add github-webhook-mcp -- npx -y github-webhook-mcp
{
"mcpServers": {
"github-webhook-mcp": {
"args": [
"-y",
"github-webhook-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.github-webhook-mcp]
command = "npx"
args = ["-y", "github-webhook-mcp"]
{
"mcpServers": {
"github-webhook-mcp": {
"args": [
"-y",
"github-webhook-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"github-webhook-mcp": {
"args": [
"-y",
"github-webhook-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.