PubNub Model Context Protocol (MCP) Server for Cursor IDE
@stephenlb
关于 PubNub Model Context Protocol (MCP) Server for Cursor IDE
PubNub MCP Model Context Protocol Server for use in Cursor, Claude Desktop, Claude Code and OpenAI Codex and more!
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"pubnub-mcp-server-stephenlb": {
"command": "npx",
"args": [
"-y",
"@pubnub/mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is PubNub Model Context Protocol (MCP) Server for Cursor IDE?
The PubNub Model Context Protocol (MCP) Server for Cursor IDE is a CLI-based MCP server that exposes PubNub SDK documentation and PubNub Functions resources to LLM-powered tools, enabling prompt-driven access to PubNub capabilities.
How to use PubNub Model Context Protocol (MCP) Server for Cursor IDE?
Install via npx -y @pubnub/mcp (requires Node.js >= 18). Configure in Cursor IDE by adding a mcp.json entry with command: "npx", args: ["-y", "@pubnub/mcp"], and optional PubNub keys as environment variables. Invoke resources like pubnub://docs/javascript or tools like publish_pubnub_message from the chat interface.
Key features of PubNub Model Context Protocol (MCP) Server for Cursor IDE
- Fetches formatted PubNub JavaScript, Python, and Java SDK documentation
- Accesses PubNub Functions documentation from a static Markdown file
- Publishes messages to PubNub channels
- Lists available PubNub Functions
- Retrieves message history and presence information
- Works with Cursor IDE, Claude Code, and Claude Desktop
Use cases of PubNub Model Context Protocol (MCP) Server for Cursor IDE
- Query PubNub SDK docs directly from an LLM chat (e.g., "Show me JavaScript SDK docs for subscribe()")
- Publish messages to PubNub channels using natural language prompts
- List available PubNub Functions resources
- Fetch Python or Java SDK documentation for specific methods
FAQ from PubNub Model Context Protocol (MCP) Server for Cursor IDE
What are the runtime requirements?
Node.js >= 18 and npm are required.
Do I need a PubNub account and API keys?
A PubNub account and API keys are optional for live actions like publishing messages; the server can still serve static documentation without them.
How do I configure the server in Cursor IDE?
Add a mcp.json entry (global at ~/.cursor/mcp.json or project-level .cursor/mcp.json) with the command npx, args ["-y", "@pubnub/mcp"], and optionally set environment variables for PUBNUB_SUBSCRIBE_KEY and PUBNUB_PUBLISH_KEY.
What transport protocol does the server use?
The server communicates over STDIN/STDOUT using JSON-RPC v2.0.
What documentation resources are available?
Resources include PubNub JavaScript, Python, and Java SDK docs, plus a static Markdown file for PubNub Functions.
开发工具 分类下的更多 MCP 服务器
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
评论