Pusher Channels for Claude Desktop
io.github.crashbytes/pusher-mcp-server
Trigger events, query channels, and manage realtime messaging on Pusher Channels.
client:Claude Desktop
transport:stdio
runtime:npm
Install Pusher Channels in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"pusher-mcp-server": {
"command": "npx",
"args": [
"-y",
"@crashbytes/pusher-mcp-server"
],
"env": {
"PUSHER_APP_ID": "<PUSHER_APP_ID>",
"PUSHER_KEY": "<PUSHER_KEY>",
"PUSHER_SECRET": "<PUSHER_SECRET>",
"PUSHER_CLUSTER": "<PUSHER_CLUSTER>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs