Skip to content
Cline

PubNub MCP Server for Cline

io.github.pubnub/mcp-server

PubNub Model Context Protocol MCP Server for Cursor and Claude

client:Cline transport:stdio runtime:npm

Install PubNub MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@pubnub/mcp"
      ],
      "env": {
        "PUBNUB_API_KEY": "<PUBNUB_API_KEY>",
        "PUBNUB_PUBLISH_KEY": "<PUBNUB_PUBLISH_KEY>",
        "PUBNUB_SUBSCRIBE_KEY": "<PUBNUB_SUBSCRIBE_KEY>",
        "PUBNUB_USER_ID": "<PUBNUB_USER_ID>",
        "PUBNUB_EMAIL": "<PUBNUB_EMAIL>",
        "PUBNUB_PASSWORD": "<PUBNUB_PASSWORD>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

PubNub MCP Server in other clients