Skip to content
Cline

Pusher Channels for Cline

io.github.crashbytes/pusher-mcp-server

Trigger events, query channels, and manage realtime messaging on Pusher Channels.

client:Cline transport:stdio runtime:npm

Install Pusher Channels in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Pusher Channels in other clients