Liveblocks
Officialliveblocks-mcp-server
此 MCP 服务器允许 AI 使用我们 REST API 中的多种功能。例如,它可以创建、修改和删除 Liveblocks 的不同方面,如房间、主题、评论、通知等。它还具有对 Storage 和 Yjs 的读取权限。在我们的文档中了解更多信息。
设置
要进行安装,请从您的仪表板中的项目中复制您的 Liveblocks 密钥,并运行以下命令之一,将 sk_xxxxxxxxxxxx 替换为您的密钥。
Cursor
转到 File → Cursor Settings → MCP → Add new server。
添加以下内容,并插入您的密钥:
{
"mcpServers": {
"liveblocks": {
"command": "npx",
"args": ["-y", "github:liveblocks/liveblocks-mcp-server"],
"env": {
"LIVEBLOCKS_SECRET_KEY": "sk_xxxxxxxxxxxx"
}
}
}
}Claude Code
在终端中运行以下命令,并插入您的密钥:
claude mcp add liveblocks -e LIVEBLOCKS_SECRET_KEY=sk_xxxxxxxxxxxx -- npx -y github:liveblocks/liveblocks-mcp-serverClaude Desktop
转到 Settings → Developer → Edit Config。
打开 JSON 文件
claude_desktop_config.json。将以下内容添加到 JSON 中,并插入您的密钥:
{
"mcpServers": {
"liveblocks": {
"command": "npx",
"args": ["-y", "github:liveblocks/liveblocks-mcp-server"],
"env": {
"LIVEBLOCKS_SECRET_KEY": "sk_xxxxxxxxxxxx"
}
}
}
}重启 Claude Desktop 以应用更改。
Codex
确保已安装 Codex CLI:
npm i -g @openai/codex在终端中运行以下命令,并插入您的密钥:
codex mcp add liveblocks \
--env LIVEBLOCKS_SECRET_KEY=sk_xxxxxxxxxxxx \
-- npx -y github:liveblocks/liveblocks-mcp-serverMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA Model Context Protocol server that generates production-ready React components using the Reablocks design system through natural language processing.3
- Flicense-quality-maintenanceEnables comprehensive management of Storyblok CMS through natural language interactions. Supports story creation and publishing, asset management, component schema updates, release workflows, and content discovery across all major Storyblok APIs.7
- Alicense-qualityDmaintenanceEnables Claude to draw on a live tldraw canvas from prompts, with real-time visualization in a browser. Provides tools for creating, updating, deleting shapes and retrieving canvas state.14MIT
- Alicense-qualityDmaintenanceProvides AI assistants with a verified database of WordPress Gutenberg block schemas, attributes, and validated markup examples to prevent hallucinations and broken block markup.1637MIT
Related MCP Connectors
AI-powered design and management for Webflow Sites
Sync Lightroom, Figma, Dropbox & Canva assets to WordPress and Shopify via natural language.
Sync Lightroom, Figma, Dropbox & Canva assets to WordPress and Shopify via natural language.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/liveblocks/liveblocks-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server