Github Webhook MCP
Rank #12,323io.github.Liplus-Project/github-webhook-mcp
MCP server bridging GitHub webhooks via Cloudflare Worker for real-time event streaming
Github Webhook MCP is a Model Context Protocol (MCP) server published by Liplus-Project. It ranks #12,323 of 115,460 servers tracked on MCP Toplist. Github Webhook MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Mar 8, 2026 and most recently updated on Apr 2, 2026.
Ranks ahead of 103,137 of 115,460 servers on MCP Toplist.
Use Github Webhook MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add github-webhook-mcp -e "WEBHOOK_WORKER_URL=<your WEBHOOK_WORKER_URL>" -e "WEBHOOK_CHANNEL=<your WEBHOOK_CHANNEL>" -- npx -y github-webhook-mcpReplace each placeholder with your own value before saving.
[mcp_servers.github-webhook-mcp]
command = "npx"
args = ["-y", "github-webhook-mcp"]
[mcp_servers.github-webhook-mcp.env]
WEBHOOK_WORKER_URL = "<your WEBHOOK_WORKER_URL>"
WEBHOOK_CHANNEL = "<your WEBHOOK_CHANNEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"github-webhook-mcp": {
"command": "npx",
"args": [
"-y",
"github-webhook-mcp"
],
"env": {
"WEBHOOK_WORKER_URL": "<your WEBHOOK_WORKER_URL>",
"WEBHOOK_CHANNEL": "<your WEBHOOK_CHANNEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"github-webhook-mcp": {
"command": "npx",
"args": [
"-y",
"github-webhook-mcp"
],
"env": {
"WEBHOOK_WORKER_URL": "<your WEBHOOK_WORKER_URL>",
"WEBHOOK_CHANNEL": "<your WEBHOOK_CHANNEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"github-webhook-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"github-webhook-mcp"
],
"env": {
"WEBHOOK_WORKER_URL": "<your WEBHOOK_WORKER_URL>",
"WEBHOOK_CHANNEL": "<your WEBHOOK_CHANNEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"github-webhook-mcp": {
"command": "npx",
"args": [
"-y",
"github-webhook-mcp"
],
"env": {
"WEBHOOK_WORKER_URL": "<your WEBHOOK_WORKER_URL>",
"WEBHOOK_CHANNEL": "<your WEBHOOK_CHANNEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"github-webhook-mcp": {
"command": "npx",
"args": [
"-y",
"github-webhook-mcp"
],
"env": {
"WEBHOOK_WORKER_URL": "<your WEBHOOK_WORKER_URL>",
"WEBHOOK_CHANNEL": "<your WEBHOOK_CHANNEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Liplus-Project%2Fgithub-webhook-mcp)<a href="https://mcptoplist.com/server/io.github.Liplus-Project%2Fgithub-webhook-mcp"><img src="https://mcptoplist.com/badge/io.github.Liplus-Project%2Fgithub-webhook-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
Liplus-Project
Other servers by Liplus-Project
View all Liplus-Project servers →Available versions (2)
| Version | Published |
|---|---|
| 0.8.2 | Apr 2, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Github Webhook MCP?
- Github Webhook MCP is maintained by Liplus-Project, which publishes 2 MCP servers (21 total versions) tracked on MCP Toplist.
- Is Github Webhook MCP listed on the Official MCP Registry?
- Yes — Github Webhook MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Github Webhook MCP have?
- MCP Toplist tracks 2 versions of Github Webhook MCP, most recently published on Apr 2, 2026.
- Where can I find the source code for Github Webhook MCP?
- The source code for Github Webhook MCP is hosted at github.com/liplus-project/github-webhook-mcp.