AI & ML
Trust: 44/100 (Fair)PubNub MCP Server Guide
PubNub Model Context Protocol MCP Server for Cursor and Claude
30 starsby pubnub
Quick Start
Install
npx @pubnub/mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-pubnub-mcp-server": {
"command": "npx",
"args": [
"@pubnub/mcp"
]
}
}
}