Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2025 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Liveblocks Mcp Server

    MCP server for Liveblocks.

    11 stars
    TypeScript
    Updated May 1, 2025
    ai
    ai-agents
    ai-copilot
    collaboration
    commenting-system
    comments
    crdt
    liveblocks
    mcp
    mcp-server
    real-time
    toolkit
    websockets
    yjs

    Documentation

    liveblocks-mcp-server

    smithery badge

    This MCP server allows AI to use a number of functions from our REST API. For example, it can create, modify, and delete different aspects of Liveblocks such as rooms, threads, comments, notifications, and more. It also has read access to Storage and Yjs. Learn more in our docs.

    Automatic setup

    To install automatically, copy your Liveblocks secret key from a project in your dashboard and run one of the following commands, replacing [key] with your secret key.

    Cursor

    bash
    npx -y @smithery/cli install @liveblocks/liveblocks-mcp-server --client cursor --key [key]

    Claude Desktop

    bash
    npx -y @smithery/cli install @liveblocks/liveblocks-mcp-server --client claude --key [key]

    VS Code

    bash
    npx -y @smithery/cli install @liveblocks/liveblocks-mcp-server --client vscode --key [key]

    Other clients

    Find installation information for other clients on Smithery.

    Manual setup

    Read more

    1. Clone this repo.

    bash
    git clone https://github.com/liveblocks/liveblocks-mcp-server.git

    2. Build the project.

    bash
    npm install
    npm run build

    3. Get your Liveblocks secret key from the dashboard.

    code
    sk_dev_Ns35f5G...

    Cursor

    4. Go to File → Cursor Settings → MCP → Add new server.

    5. Add the following, with the full path to the repo and your secret key:

    json
    {
      "mcpServers": {
        "liveblocks-mcp-server": {
          "command": "node",
          "args": ["/full/path/to/the/repo/liveblocks-mcp-server/build/index.js"],
          "env": {
            "LIVEBLOCKS_SECRET_KEY": "sk_dev_Ns35f5G..."
          }
        }
      }
    }

    6. Check it's enabled in the MCP menu.

    Claude Desktop

    4. Go to File → Settings → Developer → Edit Config.

    5. Open the JSON file, claude_desktop_config.json.

    6. Add the following, with the full path to the repo and your secret key:

    json
    {
      "mcpServers": {
        "liveblocks-mcp-server": {
          "command": "node",
          "args": ["/full/path/to/the/repo/liveblocks-mcp-server/build/index.js"],
          "env": {
            "LIVEBLOCKS_SECRET_KEY": "sk_dev_Ns35f5G..."
          }
        }
      }
    }

    Similar MCP

    Based on tags & features

    • MC

      Mcp Ipfs

      TypeScript·
      11
    • MC

      Mcp Open Library

      TypeScript·
      42
    • AN

      Anilist Mcp

      TypeScript·
      57
    • MC

      Mcp Server Browserbase

      TypeScript·
      2.7k

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcp Ipfs

      TypeScript·
      11
    • MC

      Mcp Open Library

      TypeScript·
      42
    • AN

      Anilist Mcp

      TypeScript·
      57
    • MC

      Mcp Server Browserbase

      TypeScript·
      2.7k

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k