MCP Server
MCP
Pusher Channels
Trigger events, query channels, and manage realtime messaging on Pusher Channels.
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
By
Comments
Sign in to leave a comment