io.github.CrashBytes/pusher-mcp-servercommunication

Pusher Channels

Verified · yesterday

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

Install

claude mcp add pusher-mcp-server -- npx -y @crashbytes/[email protected]

Requires: PUSHER_APP_ID, PUSHER_KEY, PUSHER_SECRET, PUSHER_CLUSTER

Our take

Straightforward, competent wrapper around Pusher Channels' server API: trigger events (single and batch), inspect channels and presence users, mint auth tokens, kill user connections. Written as the companion to a CrashBytes tutorial, which shows in the good way — clean TypeScript, real tests, sensible tool boundaries — and in the limiting way: it is a thin layer you could rebuild from the blog post. Needs all four Pusher credentials including the app secret in env vars, so scope a low-stakes app for it.

reviewed by hand · 2026-07-05

Something wrong or dead here? Report it

Verification record

last verified
yesterday
github stars
2
last commit
5 days ago
archived
no
license
MIT
downloads / wk
352
latest version
1.0.11
in registry since
2026-02-13

github.com/CrashBytes/pusher-mcp-server