Liveblocks_liveblocks Mcp Server

by MCP-Mirror

526 downloads
Not rated
GitHub

About

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.

Details

Author
MCP-Mirror
Downloads
526
Categories
Other

- 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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Liveblocks_liveblocks Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

Other clients

Find installation information for other clients on Smithery.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.