Skip to content
Grok

github webhook mcp for Grok

io.github.liplus-project/github-webhook-mcp

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

client:Grok transport:stdio runtime:npm

Install github webhook mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "github-webhook-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "github-webhook-mcp"
      ],
      "env": {
        "WEBHOOK_WORKER_URL": "<WEBHOOK_WORKER_URL>",
        "WEBHOOK_CHANNEL": "<WEBHOOK_CHANNEL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

github webhook mcp in other clients