github webhook mcp for Claude Desktop
io.github.liplus-project/github-webhook-mcp
MCP server bridging GitHub webhooks via Cloudflare Worker for real-time event streaming
client:Claude Desktop
transport:stdio
runtime:npm
Install github webhook mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"github-webhook-mcp": {
"command": "npx",
"args": [
"-y",
"github-webhook-mcp"
],
"env": {
"WEBHOOK_WORKER_URL": "<WEBHOOK_WORKER_URL>",
"WEBHOOK_CHANNEL": "<WEBHOOK_CHANNEL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs