Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A CLI-based Model Context Protocol (MCP) server that provides PubNub SDK documentation and API interaction capabilities for LLM-powered tools.
Add this to your MCP client configuration:
{
"mcpServers": {
"pubnub-pubnub-mcp-server": {
"command": "npx",
"args": [
"-y",
"@pubnub/mcp"
],
"env": {
"PUBNUB_PUBLISH_KEY": "<Your PubNub publish key>",
"PUBNUB_SUBSCRIBE_KEY": "<Your PubNub subscribe key>"
}
}
}
}{
"id": "pubnub-pubnub-mcp-server",
"name": "PubNub",
"description": "A CLI-based Model Context Protocol (MCP) server that provides PubNub SDK documentation and API interaction capabilities for LLM-powered tools.",
"source_url": "https://github.com/pubnub/pubnub-mcp-server",
"publisher_name": "pubnub",
"publisher_url": "https://github.com/pubnub",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 17560,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@pubnub/mcp"
},
"tools_count": 9
}