mcpbeat Sign in

Github Webhook MCP Server

by liplus-project Your server? Claim it
local only

Github Webhook MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 88 installs a week from npm. Last commit 6 Aug 2026.

MCP server bridging GitHub webhooks via Cloudflare Worker for real-time event streaming

Installs per day peak 60 · avg 14 · -56% w/w
a month agotoday
88
Installs / week
npm · github-webhook-mcp
0
Stars
5 open issues
6 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] server/index.js:1, [пакет] server/remote-client.js:1
этот файл ставится пользователю, но в репозитории его нет
    const child = spawn(command, args, options);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add github-webhook-mcp -- npx -y github-webhook-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "github-webhook-mcp": {
      "args": [
        "-y",
        "github-webhook-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.github-webhook-mcp]
command = "npx"
args = ["-y", "github-webhook-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "github-webhook-mcp": {
      "args": [
        "-y",
        "github-webhook-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "github-webhook-mcp": {
      "args": [
        "-y",
        "github-webhook-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WEBHOOK_WORKER_URL (URL of your deployed Cloudflare Worker endpoint (default: https://github-webhook.smgjp.com)), WEBHOOK_CHANNEL (Set to '0' to disable SSE channel notifications (default: enabled)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Github Webhook MCP

same job, measured the same way
Code Explainer
by lazymac2x

Cloudflare Workers MCP server: code-explainer

6 tools answering
MCP Rd Station
by codespar

MCP server for RD Station — contacts, events, funnels, deals, segmentations, lead scoring, webhooks

23 installs/wk local only
Code Pattern Risk Scanner
by lazymac2x

Cloudflare Workers MCP server: code-pattern-risk-scanner

5 tools answering
Umami
by mikusnuz

MCP server for Umami Analytics API v2 — websites, stats, events, reports, and realtime

116 installs/wk local only
okffs
by neturely

MCP server connecting Claude Code to GitHub for an issue to branch to PR to close workflow.

75 installs/wk local only
MCP Sift
by codespar

MCP server for Sift — global ML fraud detection: real-time risk scoring, decisions, event ingestion

31 installs/wk local only
Ghcli MCP Connector
by ferhatdundar

MCP server for the GitHub CLI (gh). Read-only by default; single Go binary.

local only
MCP Legiti
by codespar

MCP server for Legiti — Brazilian fraud prevention: real-time order evaluation, chargeback feedback

25 installs/wk local only

Github Webhook MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Github Webhook MCP?
Github Webhook MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package github-webhook-mcp was installed 88 times last week.
How do I connect Github Webhook MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls github-webhook-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Github Webhook MCP?
The npm package github-webhook-mcp was installed 88 times in the last week. Week over week that is -56%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Github Webhook MCP open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 0 stars on GitHub and 5 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.