← Back to Plugins
MCP Server MCP

Pusher Channels

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @crashbytes/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@crashbytes/pusher-mcp-server",
      "version": "1.0.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Pusher application ID",
          "isRequired": true,
          "format": "string",
          "name": "PUSHER_APP_ID"
        },
        {
          "description": "Your Pusher application key",
          "isRequired": true,
          "format": "string",
          "name": "PUSHER_KEY"
        },
        {
          "description": "Your Pusher application secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PUSHER_SECRET"
        },
        {
          "description": "Pusher cluster region (e.g. us2, eu, ap1)",
          "isRequired": true,
          "format": "string",
          "name": "PUSHER_CLUSTER"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...