← Back to browse

Pusher Channels

Indexed by io.github.CrashBytes

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsPUSHER_APP_ID PUSHER_KEY PUSHER_SECRET PUSHER_CLUSTER
Claude Code
claude mcp add --env PUSHER_APP_ID= --env PUSHER_KEY= --env PUSHER_SECRET= --env PUSHER_CLUSTER= pusher-mcp-server -- npx @crashbytes/pusher-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"pusher-mcp-server","command":"npx","args":["@crashbytes/pusher-mcp-server"],"env":{"PUSHER_APP_ID":"","PUSHER_KEY":"","PUSHER_SECRET":"","PUSHER_CLUSTER":""}}'
JSON
{
  "mcpServers": {
    "pusher-mcp-server": {
      "command": "npx",
      "args": [
        "@crashbytes/pusher-mcp-server"
      ],
      "env": {
        "PUSHER_APP_ID": "",
        "PUSHER_KEY": "",
        "PUSHER_SECRET": "",
        "PUSHER_CLUSTER": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.