Skip to main content
Glama
server.json2.39 kB
{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", "name": "io.github.pubnub/mcp", "title": "PubNub MCP Server", "description": "PubNub Model Context Protocol MCP Server for Cursor and Claude", "version": "2.0.0", "repository": { "url": "https://github.com/pubnub/pubnub-mcp-server", "source": "github" }, "websiteUrl": "https://www.pubnub.com/networking-mcp-server", "icons": [ { "src": "https://avatars.githubusercontent.com/u/297109?s=64&v=4", "sizes": ["64x64"], "mimeType": "image/png" }, { "src": "https://avatars.githubusercontent.com/u/297109?s=128&v=4", "sizes": ["128x128"], "mimeType": "image/png" } ], "packages": [ { "registryType": "npm", "identifier": "@pubnub/mcp", "version": "2.0.0", "runtimeHint": "npx", "transport": { "type": "stdio" }, "environmentVariables": [ { "name": "PUBNUB_API_KEY", "description": "Your PubNub API Key. Required for all operations related to your account/keyset", "isRequired": false, "isSecret": true }, { "name": "PUBNUB_PUBLISH_KEY", "description": "Optional PubNub publish key for real-time operations", "isRequired": false, "isSecret": true }, { "name": "PUBNUB_SUBSCRIBE_KEY", "description": "Optional PubNub subscribe key for real-time operations", "isRequired": false, "isSecret": true }, { "name": "PUBNUB_USER_ID", "description": "Optional variable that can be provided to change the User ID for the SDK (real-time) operations (default: pubnub-mcp)", "isRequired": false, "isSecret": false }, { "name": "PUBNUB_EMAIL", "description": "(Deprecated - use API Key instead) Your PubNub account email. Required for all operations related to your account/keyset", "isRequired": false, "isSecret": false }, { "name": "PUBNUB_PASSWORD", "description": "(Deprecated - use API Key instead) Your PubNub account password. Required for all operations related to your account/keyset", "isRequired": false, "isSecret": true } ] } ] }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pubnub/pubnub-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server