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