MCP.so
ログイン

Liveblocks_liveblocks Mcp Server

@MCP-Mirror

Liveblocks_liveblocks Mcp Server について

Mirror of

基本情報

カテゴリ

その他

ライセンス

Apache-2.0 license

ランタイム

node

トランスポート

stdio

公開者

MCP-Mirror

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "liveblocks_liveblocks-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@liveblocks/liveblocks-mcp-server",
        "--client",
        "cursor",
        "--key",
        "[key]"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Liveblocks_liveblocks Mcp Server?

An MCP server that allows AI assistants to interact with Liveblocks’ REST API. It can create, modify, and delete rooms, threads, comments, and notifications, and read Storage and Yjs data. Built for developers using Liveblocks collaboration features.

How to use Liveblocks_liveblocks Mcp Server?

Install automatically via Smithery by running npx -y @smithery/cli install @liveblocks/liveblocks-mcp-server --client <client> --key <key> for Cursor, Claude Desktop, or VS Code. Alternatively, clone the repo, build with npm install && npm run build, then configure the MCP client with the node command pointing to build/index.js and set the LIVEBLOCKS_SECRET_KEY environment variable.

Key features of Liveblocks_liveblocks Mcp Server

  • Create, modify, and delete rooms via the REST API
  • Manage threads, comments, and notifications programmatically
  • Read access to Liveblocks Storage and Yjs documents
  • Automatic installation via Smithery for popular MCP clients
  • Manual setup with local node process

Use cases of Liveblocks_liveblocks Mcp Server

  • AI assistants that manage Liveblocks rooms and permissions
  • Automated moderation or cleanup of comments and threads
  • Triggering notifications based on AI analysis of collaboration data
  • Integrating AI workflows with Liveblocks Storage and Yjs

FAQ from Liveblocks

コメント

「その他」の他のコンテンツ