{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", "name": "io.github.pubnub/mcp-server", "title": "PubNub MCP Server", "description": "PubNub Model Context Protocol MCP Server for Cursor and Claude", "version": "2.3.10", "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.3.10", "runtimeHint": "npx", "transport": { "type": "stdio" }, "environmentVariables": [ { "name": "PUBNUB_API_KEY", "description": "Service Integration API key (si_...) used by admin/platform tools (manage_apps, manage_keysets, manage_illuminate, insights, manage_functions). For manage_functions the Service Integration needs the Admin API permission scopes per operation: functions.package:* on the account (packages/revisions/limits/import), functions.package-deployment:* on the keyset (deployments, scheduled events), and keyset:* on the keyset (KV store, secrets).", "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 } ] } ] }