PubNub MCP Server
PubNub Model Context Protocol MCP Server for Cursor and Claude
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@pubnub/mcp"
],
"env": {
"PUBNUB_API_KEY": "<your-pubnub_api_key>",
"PUBNUB_PUBLISH_KEY": "<your-pubnub_publish_key>",
"PUBNUB_SUBSCRIBE_KEY": "<your-pubnub_subscribe_key>",
"PUBNUB_USER_ID": "<pubnub_user_id>",
"PUBNUB_EMAIL": "<pubnub_email>",
"PUBNUB_PASSWORD": "<your-pubnub_password>"
}
}
}
}{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@pubnub/mcp"
],
"env": {
"PUBNUB_API_KEY": "<your-pubnub_api_key>",
"PUBNUB_PUBLISH_KEY": "<your-pubnub_publish_key>",
"PUBNUB_SUBSCRIBE_KEY": "<your-pubnub_subscribe_key>",
"PUBNUB_USER_ID": "<pubnub_user_id>",
"PUBNUB_EMAIL": "<pubnub_email>",
"PUBNUB_PASSWORD": "<your-pubnub_password>"
}
}
}
}npx -y @pubnub/mcpPUBNUB_API_KEYYour PubNub API Key. Required for all operations related to your account/keyset
PUBNUB_PUBLISH_KEYOptional PubNub publish key for real-time operations
PUBNUB_SUBSCRIBE_KEYOptional PubNub subscribe key for real-time operations
PUBNUB_USER_IDOptional variable that can be provided to change the User ID for the SDK (real-time) operations (default: pubnub-mcp)
PUBNUB_EMAIL(Deprecated - use API Key instead) Your PubNub account email. Required for all operations related to your account/keyset
PUBNUB_PASSWORD(Deprecated - use API Key instead) Your PubNub account password. Required for all operations related to your account/keyset
Execute PowerShell commands securely with controlled timeouts and input validation. Retrieve syste…
A MCP server built for developers enabling Git based project management with project and personal…
Connect Claude, Cursor, Codex, and other AI tools to your robotics mission data.