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 설정(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. claude_desktop_config.json 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