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
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 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

    Table of Contents

    • Setup
    • Cursor
    • Claude Code
    • Claude Desktop
    • Codex

    Table of Contents

    • Setup
    • Cursor
    • Claude Code
    • Claude Desktop
    • Codex

    Documentation

    liveblocks-mcp-server

    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.

    Setup

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

    Cursor

    Read more

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

    2. Add the following, inserting your secret key:

    json
    {
      "mcpServers": {
        "liveblocks": {
          "command": "npx",
          "args": ["-y", "github:liveblocks/liveblocks-mcp-server"],
          "env": {
            "LIVEBLOCKS_SECRET_KEY": "sk_xxxxxxxxxxxx"
          }
        }
      }
    }

    Claude Code

    Read more

    Run the following command in the terminal, inserting your secret key:

    bash
    claude mcp add liveblocks -e LIVEBLOCKS_SECRET_KEY=sk_xxxxxxxxxxxx -- npx -y github:liveblocks/liveblocks-mcp-server

    Claude Desktop

    Read more

    1. Go to Settings → Developer → Edit Config.

    2. Open the JSON file, claude_desktop_config.json.

    3. Add the following to the JSON, inserting your secret key:

    json
    {
      "mcpServers": {
        "liveblocks": {
          "command": "npx",
          "args": ["-y", "github:liveblocks/liveblocks-mcp-server"],
          "env": {
            "LIVEBLOCKS_SECRET_KEY": "sk_xxxxxxxxxxxx"
          }
        }
      }
    }

    4. Restart Claude Desktop to apply the changes.

    Codex

    Read more

    1. Ensure the Codex CLI is installed:

    bash
    npm i -g @openai/codex

    2. Run the following command in the terminal, inserting your secret key:

    bash
    codex mcp add liveblocks \
      --env LIVEBLOCKS_SECRET_KEY=sk_xxxxxxxxxxxx \
      -- npx -y github:liveblocks/liveblocks-mcp-server

    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