Skip to main content
Glama
liveblocks

Liveblocks

Official
by liveblocks

liveblocks-mcp-server

此 MCP 服务器允许 AI 使用我们 REST API 中的多种功能。例如,它可以创建、修改和删除 Liveblocks 的不同方面,如房间、主题、评论、通知等。它还具有对 Storage 和 Yjs 的读取权限。在我们的文档中了解更多信息

设置

要进行安装,请从您的仪表板中的项目中复制您的 Liveblocks 密钥,并运行以下命令之一,将 sk_xxxxxxxxxxxx 替换为您的密钥。

Cursor

  1. 转到 File → Cursor Settings → MCP → Add new server。

  2. 添加以下内容,并插入您的密钥:

{
  "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-server

Claude Desktop

  1. 转到 Settings → Developer → Edit Config。

  2. 打开 JSON 文件 claude_desktop_config.json

  3. 将以下内容添加到 JSON 中,并插入您的密钥:

{
  "mcpServers": {
    "liveblocks": {
      "command": "npx",
      "args": ["-y", "github:liveblocks/liveblocks-mcp-server"],
      "env": {
        "LIVEBLOCKS_SECRET_KEY": "sk_xxxxxxxxxxxx"
      }
    }
  }
}
  1. 重启 Claude Desktop 以应用更改。

Codex

  1. 确保已安装 Codex CLI:

npm i -g @openai/codex
  1. 在终端中运行以下命令,并插入您的密钥:

codex mcp add liveblocks \
  --env LIVEBLOCKS_SECRET_KEY=sk_xxxxxxxxxxxx \
  -- npx -y github:liveblocks/liveblocks-mcp-server
Install Server
A
license - permissive license
B
quality
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

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/liveblocks/liveblocks-mcp-server'

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