Liveblocks

Liveblocks

Liveblocks

Category
Visit Server

Tools

get-rooms

Get recent Liveblocks rooms

create-room

Create a Liveblocks room

get-threads

Get recent Liveblocks threads

create-thread

Create a Liveblocks thread. Always ask for a userId.

add-comment-reaction

Add a reaction to a Liveblocks comment

remove-comment-reaction

Remove a reaction from a Liveblocks comment

get-room

Get a Liveblocks room

update-room

Update a Liveblocks room

delete-room

Delete a Liveblocks room

update-room-id

Update a Liveblocks room's ID

get-active-users

Get a Liveblocks room's active users

broadcast-event

Broadcast an event to a Liveblocks room

get-storage-document

Get a Liveblocks storage document

get-yjs-document

Get a Liveblocks Yjs text document

get-thread

Get a Liveblocks thread

get-thread-participants

Get a Liveblocks thread's participants

edit-thread-metadata

Edit a Liveblocks thread's metadata. `null` can be used to remove a key.

mark-thread-as-resolved

Mark a Liveblocks thread as resolved

mark-thread-as-unresolved

Mark a Liveblocks thread as unresolved

delete-thread

Delete a Liveblocks thread

subscribe-to-thread

Subscribe to a Liveblocks thread

unsubscribe-from-thread

Unsubscribe from a Liveblocks thread

get-thread-subscriptions

Get a Liveblocks thread's subscriptions

create-comment

Create a Liveblocks comment. Always ask for a userId.

get-comment

Get a Liveblocks comment

edit-comment

Edit a Liveblocks comment

delete-comment

Delete a Liveblocks comment

get-room-subscription-settings

Get a Liveblocks room's subscription settings

update-room-subscription-settings

Update a Liveblocks room's subscription settings

delete-room-subscription-settings

Delete a Liveblocks room's subscription settings

get-user-room-subscription-settings

Get a user's room subscription settings

get-inbox-notifications

Get recent Liveblocks inbox notifications

get-inbox-notification

Get a Liveblocks inbox notification

trigger-inbox-notification

Create a custom Liveblocks inbox notification

delete-inbox-notification

Delete a Liveblocks inbox notification

delete-all-inbox-notifications

Delete all Liveblocks inbox notifications

get-notification-settings

Get a Liveblocks notification settings

update-notification-settings

Update Liveblocks notification settings

delete-notification-settings

Delete Liveblocks notification settings

README

<p align="center"> <a href="https://liveblocks.io#gh-light-mode-only"> <img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-light.svg" alt="Liveblocks" /> </a> <a href="https://liveblocks.io#gh-dark-mode-only"> <img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-dark.svg" alt="Liveblocks" /> </a> </p>

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

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

Claude Desktop

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

VS Code

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

<details><summary>Read more</summary>

<p></p>

  1. Clone this repo.
git clone https://github.com/liveblocks/liveblocks-mcp-server.git
  1. Build the project.
npm install
npm run build
  1. Get your Liveblocks secret key from the dashboard.
sk_dev_Ns35f5G...

Cursor

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

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

{
  "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..."
      }
    }
  }
}
  1. Check it's enabled in the MCP menu.

Claude Desktop

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

  2. Open the JSON file, claude_desktop_config.json.

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

{
  "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..."
      }
    }
  }
}

</details>

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured