Skip to content
Grok

Pusher Channels for Grok

io.github.crashbytes/pusher-mcp-server

Trigger events, query channels, and manage realtime messaging on Pusher Channels.

client:Grok transport:stdio runtime:npm

Install Pusher Channels 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": {
    "pusher-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@crashbytes/pusher-mcp-server"
      ],
      "env": {
        "PUSHER_APP_ID": "<PUSHER_APP_ID>",
        "PUSHER_KEY": "<PUSHER_KEY>",
        "PUSHER_SECRET": "<PUSHER_SECRET>",
        "PUSHER_CLUSTER": "<PUSHER_CLUSTER>"
      }
    }
  }
}

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

Pusher Channels in other clients