Liveblocks Mcp Server
About
Interact with the Liveblocks REST API to manage rooms, threads, comments, and notifications, with read access to Storage and Yjs.
Details
- Author
- liveblocks
- GitHub stars
- 17
- Downloads
- 452
- Categories
- Developer Tools, API, Communication, Other, AI
Jump to
- 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
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 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
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"liveblocks mcp server": {
"liveblocks-mcp-server": {
"command": "node",
"args": [
"/full/path/to/the/repo/liveblocks-mcp-server/build/index.js"
],
"env": {
"LIVEBLOCKS_SECRET_KEY": "<YOUR_SECRET>"
}
}
}
}
}
McpServers
{
"liveblocks-mcp-server": {
"command": "node",
"args": [
"/full/path/to/the/repo/liveblocks-mcp-server/build/index.js"
],
"env": {
"LIVEBLOCKS_SECRET_KEY": "<YOUR_SECRET>"
}
}
}
This MCP server allows AI to use a number of functions from ourREST 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.
To install, copy your Liveblocks secret key from a project inyour dashboardand run one of the following commands, replacingsk_xxxxxxxxxxxxwith your secret key.
- Go to File → Cursor Settings → MCP → Add new server.
- Add the following, inserting your secret key:
{ "mcpServers": { "liveblocks": { "command": "npx", "args": ["-y", "github:liveblocks/liveblocks-mcp-server"], "env": { "LIVEBLOCKS_SECRET_KEY": "sk_xxxxxxxxxxxx" } } } }
Run the following command in the terminal, inserting your secret key:
claude mcp add liveblocks -e LIVEBLOCKS_SECRET_KEY=sk_xxxxxxxxxxxx -- npx -y github:liveblocks/liveblocks-mcp-server
-
Go to Settings → Developer → Edit Config.
Open the JSON file,claude_desktop_config.json.
Add the following to the JSON, inserting your secret key:
{ "mcpServers": { "liveblocks": { "command": "npx", "args": ["-y", "github:liveblocks/liveblocks-mcp-server"], "env": { "LIVEBLOCKS_SECRET_KEY": "sk_xxxxxxxxxxxx" } } } }
- Restart Claude Desktop to apply the changes.
- Run the following command in the terminal, inserting your secret key:
codex mcp add liveblocks \ --env LIVEBLOCKS_SECRET_KEY=sk_xxxxxxxxxxxx \ -- npx -y github:liveblocks/liveblocks-mcp-server
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.
The MCP server for Bitrix24 provides AI assistants with structured access to the Bitrix24 API. It delivers up-to-date method descriptions, parameters, and valid values, allowing assistants to work with precise data instead of guesswork. This reduces code errors and accelerates Bitrix24 integration development.
Official MCP server for Buildable AI-powered development platform. Enables AI assistants to manage tasks, track progress, get project context, and collaborate with humans on software projects.
Tool platform by IBM to build, test and deploy tools for any data source
Open-source tool for collaborative editing, versioning, evaluating, and releasing prompts.
One remote MCP server for 500+ production APIs — Stripe, HubSpot, Postgres, Gmail, and more. OAuth and API key auth, credential management, and a CLI.
An MCP server for interacting with the Postman API, requiring an API key.
Arbitrary code execution and tool-use platform for LLMs by Riza
A command-line tool for interacting with Shopify's Admin GraphQL API, Functions, and Polaris Web Components.
Single tool to control all 100+ API integrations, and UI components
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





