mcpbeat Sign in

Pusher Channels MCP Server

by crashbytes Your server? Claim it
local only

Pusher Channels runs on your own machine — the client starts it, so there is no endpoint to ping. 48 installs a week from npm. Last commit 15 Sep 2026.

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

Installs per day peak 18 · avg 8 · +89% w/w
a month agotoday
48
Installs / week
npm · @crashbytes/pusher-mcp-server
3
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Pusher Channels every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add pusher-mcp-server -- npx -y @crashbytes/pusher-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pusher-mcp-server": {
      "args": [
        "-y",
        "@crashbytes/pusher-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pusher-mcp-server]
command = "npx"
args = ["-y", "@crashbytes/pusher-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "pusher-mcp-server": {
      "args": [
        "-y",
        "@crashbytes/pusher-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pusher-mcp-server": {
      "args": [
        "-y",
        "@crashbytes/pusher-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PUSHER_APP_ID (Your Pusher application ID), PUSHER_KEY (Your Pusher application key), PUSHER_SECRET (Your Pusher application secret), PUSHER_CLUSTER (Pusher cluster region (e.g. us2, eu, ap1)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Pusher Channels

same job, measured the same way
Agent Comm
by keshrath

Agent intercommunication - messaging, channels, shared state, and real-time events

123 installs/wk local only
WaAPI
by waapi

Messaging tools for AI agents: send messages, manage chats, groups and channels.

answering
Twist
by pulsemcp

MCP server for Twist team messaging — manage channels, threads, and messages.

75 installs/wk local only
Analytics
by zenovay

Real-time web analytics for AI agents: query traffic, funnels, revenue, and manage your sites.

answering
Remote MCP
by oddsockets

Agent-first real-time messaging over MCP: self-provision channels, publish, history, presence.

2 tools answering
Pantheon
by pantheon

Search your Pantheon contacts, read cross-channel message timelines, and query the AI brain.

answering
Mixpanel MCP
by mrfentmen

Query Mixpanel events, funnels, retention, cohorts, and user profiles.

42 installs/wk local only
Kenotex MCP
by kenxcomp

Let your coding agent manage real todos, events, and check-in habits in Kenotex on your Mac.

234 installs/wk local only

Pusher Channels — questions

Answers built from our own checks of this server.

Why is there no uptime for Pusher Channels?
Pusher Channels runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @crashbytes/pusher-mcp-server was installed 48 times last week.
How do I connect Pusher Channels?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @crashbytes/pusher-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Pusher Channels?
The npm package @crashbytes/pusher-mcp-server was installed 48 times in the last week. Week over week that is +89%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pusher Channels open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.