MCP.so
Sign In

Overview

What is Liveblocks Mcp Server?

Liveblocks Mcp Server is an MCP (Model Context Protocol) server that lets AI assistants interact with the Liveblocks REST API. It can create, modify, and delete rooms, threads, comments, notifications, and other Liveblocks resources, and provides read access to Storage and Yjs documents. It is designed for developers who use Liveblocks for collaborative applications and want AI to help manage their workspace programmatically.

How to use Liveblocks Mcp Server?

To use Liveblocks Mcp Server, you need a Liveblocks secret key from your project dashboard. You then run the server via npx with the command npx -y github:liveblocks/liveblocks-mcp-server, passing the secret key as the environment variable LIVEBLOCKS_SECRET_KEY. The README provides step-by-step setup instructions for Cursor, Claude Code, Claude Desktop, and Codex.

Key features of Liveblocks Mcp Server

  • Access to Liveblocks REST API functions
  • Create, modify, and delete rooms
  • Create, modify, and delete threads and comments
  • Create, modify, and delete notifications
  • Read access to Storage data
  • Read access to Yjs documents

Use cases of Liveblocks Mcp Server

  • Automate room management (creation, updates, deletion) via AI chat
  • Let AI help moderate or respond to comment threads in collaborative apps
  • Programmatically send or update notifications to users
  • Read and inspect live Storage and Yjs data without building custom tools

FAQ from Liveblocks Mcp Server

What do I need to set up Liveblocks Mcp Server?

You need a Liveblocks secret key from your project dashboard (e.g., sk_xxxxxxxxxxxx). The server is run via npx with that key set in the LIVEBLOCKS_SECRET_KEY environment variable.

What operations can Liveblocks Mcp Server perform?

It can create, modify, and delete rooms, threads, comments, and notifications. It also has read access to Storage and Yjs documents.

Which AI clients are supported?

The README includes setup guides for Cursor, Claude Code, Claude Desktop, and Codex.

Does Liveblocks Mcp Server modify data?

Yes, it can create, modify, and delete Liveblocks resources such as rooms, threads, comments, and notifications. It does not provide write access to Storage or Yjs (only read).

Tags

More from Other