Developer Tools
Trust: 39/100 (Limited)Pusher Channels Guide
Trigger events, query channels, and manage realtime messaging on Pusher Channels.
2 starsby CrashBytes
Quick Start
Install
npx @crashbytes/pusher-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-crashbytes-pusher-mcp-server": {
"command": "npx",
"args": [
"@crashbytes/pusher-mcp-server"
]
}
}
}