Pusher Channels MCP Server

An MCP (Model Context Protocol) server that gives AI agents the ability to send realtime messages, query channels, and manage users through Pusher Channels. Its 7 documented tools cluster into read & search, run & execute, auth & access, terminate. It runs locally over stdio via the published package.

People connecting communication tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-15 · ★ 3 · #54 OF 99 MAINTAINED COMMUNICATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Pusher Channels

before you install - you'll need

Set PUSHER_APP_ID, PUSHER_KEY, PUSHER_SECRET, PUSHER_CLUSTER before connecting.

Claude Code

claude mcp add crashbytes-pusher-mcp-server -- npx -y @crashbytes/pusher-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "crashbytes-pusher-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@crashbytes/pusher-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @crashbytes/pusher-mcp-server - published under the repo owner's npm scope (@crashbytes)

registry namespace io.github.CrashBytes is GitHub-verified and matches the repo owner

03 · What Pusher Channels can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can send an event to one or more channels, send up to 10 events in a single API call, list active channels with optional prefix filter, and get subscription/user count for a channel.

Capability map

Tools grouped from the project's README - what Pusher Channels lets an agent do.

read & search

3 tools - e.g. List active channels with optional prefix filter; Get subscription/user count for a channel; List users connected to a presence channel

list_channels · get_channel_info · get_presence_users

run & execute

2 tools - e.g. Send an event to one or more channels; Send up to 10 events in a single API call

trigger_event · trigger_batch_events

auth & access

1 tool - e.g. Generate auth tokens for private/presence channels

authorize_channel

Terminate

1 tool - e.g. Disconnect all connections for a user

terminate_user_connections

Latest releases

v1.0.11 · 2026-07-01

v1.0.10 · 2026-06-15

v1.0.9 · 2026-06-09

04 · Who maintains Pusher Channels

Pusher Channels is maintained by crashbytes. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
communication - ranked #54 of 99 actively-maintained communication servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-07-01)
registry
io.github.CrashBytes/pusher-mcp-server (active, first published 2026-02-13)
packages
npm:@crashbytes/pusher-mcp-server

06 · Pusher Channels FAQ

Is Pusher Channels still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-15 and it shipped 3 releases in the last 90 days. We re-verify nightly.

What can Pusher Channels do?

With this server connected, an agent can send an event to one or more channels, send up to 10 events in a single API call, list active channels with optional prefix filter, and get subscription/user count for a channel.

How do I install Pusher Channels?

Run `npx -y @crashbytes/pusher-mcp-server`. The README documents 4 environment variables (PUSHER_APP_ID, PUSHER_KEY, PUSHER_SECRET…) to set first. Set PUSHER_APP_ID, PUSHER_KEY, PUSHER_SECRET, PUSHER_CLUSTER before connecting. You can also paste the ready-made client config above.

Does Pusher Channels run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Pusher Channels

More communication MCP servers · Imessage Max · Cobroya · Figmanage · Ethora MCP CLI · Entra News Podcast

More TypeScript MCP servers · Crawlio Browser · Creator DB · Mediagen · Cristianoaredes MCP Dadosbr · 2D Assets MCP · see all