Loading MCP server directory, please wait...
Trigger events, query channels, and manage realtime messaging on Pusher Channels.
npx @getmcp/cli add io.github.CrashBytes/pusher-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
PUSHER_APP_IDYour Pusher application ID
PUSHER_KEYYour Pusher application key
PUSHER_SECRETYour Pusher application secret
PUSHER_CLUSTERPusher cluster region (e.g. us2, eu, ap1)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.CrashBytes/pusher-mcp-server": {
"command": "npx",
"args": [
"-y",
"@crashbytes/pusher-mcp-server"
],
"env": {
"PUSHER_APP_ID": "",
"PUSHER_KEY": "",
"PUSHER_SECRET": "",
"PUSHER_CLUSTER": ""
}
}
}
}