Skip to main content
Cloud PlatformsTypeScript

liveblocks/liveblocks-mcp-server

Create, modify, and delete different aspects of [Liveblocks](https://liveblocks.io) such as rooms, threads, comments, notifications, and more. Additionally, it has read access to Storage and Yjs.

cloud-platformsofficialcloud-service
Share:

Quick Start

Clone the repository:

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

Claude Desktop configuration example:

{
  "mcpServers": {
    "liveblocks-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "liveblocks/liveblocks-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Cloud Platforms
Language
TypeScript
Author
liveblocks