pusher-mcp-server

CrashBytes/pusher-mcp-server
★ 2 stars TypeScript 🤖 AI/LLM Updated today
MCP server for Pusher Channels — trigger events, query channels, and manage realtime messaging from AI agents
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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