Liveblocks
Officialliveblocks-mcp-server
이 MCP 서버를 사용하면 AI가 REST API의 다양한 기능을 활용할 수 있습니다. 예를 들어, 룸, 스레드, 댓글, 알림 등 Liveblocks의 다양한 요소를 생성, 수정 및 삭제할 수 있습니다. 또한 Storage 및 Yjs에 대한 읽기 권한도 제공합니다. 문서에서 자세히 알아보세요.
설정
설치하려면 대시보드의 프로젝트에서 Liveblocks 비밀 키를 복사한 다음, sk_xxxxxxxxxxxx를 본인의 비밀 키로 바꾸어 아래 명령 중 하나를 실행하세요.
Cursor
파일(File) → Cursor 설정(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)으로 이동합니다.
claude_desktop_config.jsonJSON 파일을 엽니다.비밀 키를 삽입하여 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