← Back to Plugins
MCP Server MCP

PubNub MCP Server

github By github 👁 1 views ▲ 0 votes

PubNub Model Context Protocol MCP Server for Cursor and Claude

Homepage Verified source GitHub

Install

npx -y @pubnub/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@pubnub/mcp",
      "version": "2.3.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your PubNub API Key. Required for all operations related to your account/keyset",
          "isSecret": true,
          "name": "PUBNUB_API_KEY"
        },
        {
          "description": "Optional PubNub publish key for real-time operations",
          "isSecret": true,
          "name": "PUBNUB_PUBLISH_KEY"
        },
        {
          "description": "Optional PubNub subscribe key for real-time operations",
          "isSecret": true,
          "name": "PUBNUB_SUBSCRIBE_KEY"
        },
        {
          "description": "Optional variable that can be provided to change the User ID for the SDK (real-time) operations (default: pubnub-mcp)",
          "name": "PUBNUB_USER_ID"
        },
        {
          "description": "(Deprecated - use API Key instead) Your PubNub account email. Required for all operations related to your account/keyset",
          "name": "PUBNUB_EMAIL"
        },
        {
          "description": "(Deprecated - use API Key instead) Your PubNub account password. Required for all operations related to your account/keyset",
          "isSecret": true,
          "name": "PUBNUB_PASSWORD"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...