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