Liveblocks_liveblocks Mcp Server
About
An MCP server that allows AI assistants to interact with Liveblocks’ REST API. It can create, modify, and delete rooms, threads, comments, and notifications, and read Storage and Yjs data. Built for developers using Liveblocks collaboration features.
Details
- Author
- MCP-Mirror
- Downloads
- 526
- Categories
- Other
Jump to
- Create, modify, and delete rooms via the REST API
- Manage threads, comments, and notifications programmatically
- Read access to Liveblocks Storage and Yjs documents
- Automatic installation via Smithery for popular MCP clients
- Manual setup with local node process
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Liveblocks_liveblocks Mcp ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install automatically via Smithery by running npx -y @smithery/cli install @liveblocks/liveblocks-mcp-server --client <client> --key <key> for Cursor, Claude Desktop, or VS Code. Alternatively, clone the repo, build with npm install && npm run build, then configure the MCP client with the node command pointing to build/index.js and set the LIVEBLOCKS_SECRET_KEY environment variable.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"liveblocks_liveblocks mcp server": {
"liveblocks_liveblocks-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@liveblocks/liveblocks-mcp-server",
"--client",
"cursor",
"--key",
"[key]"
]
}
}
}
}
McpServers
{
"liveblocks_liveblocks-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@liveblocks/liveblocks-mcp-server",
"--client",
"cursor",
"--key",
"[key]"
]
}
}
Other clients
Find installation information for other clients on Smithery.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



