Pusher Channels for Cursor
io.github.crashbytes/pusher-mcp-server
Trigger events, query channels, and manage realtime messaging on Pusher Channels.
client:Cursor
transport:stdio
runtime:npm
Install Pusher Channels in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pusher-mcp-server": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs