MCP server for Pusher Channels — trigger events, query channels, and manage realtime messaging from AI agents
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"
]
}
}
}
Run in terminal:
claude mcp add pusher-mcp-server npx -y CrashBytes/pusher-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"pusher-mcp-server": {
"command": "npx",
"args": [
"-y",
"CrashBytes/pusher-mcp-server"
]
}
}
}