Skip to content
Claude Desktop

Pusher Channels for Claude Desktop

io.github.crashbytes/pusher-mcp-server

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

client:Claude Desktop transport:stdio runtime:npm

Install Pusher Channels in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "pusher-mcp-server": {
      "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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Pusher Channels in other clients