The Liveblocks MCP server allows AI to interact with Liveblocks services via the REST API, enabling comprehensive management of collaborative features:
Room Management: Create, get, modify, delete rooms, update room IDs and permissions, and retrieve recent rooms based on various criteria
Thread Management: Create, retrieve, edit, delete threads, mark as resolved/unresolved, and manage thread subscriptions
Comment Management: Create, retrieve, edit, delete comments, and manage comment reactions
Notification Management: Retrieve, create, trigger, delete inbox notifications, and manage notification settings
Storage Access: Retrieve Storage and Yjs documents
User Activity: Get active users in a room, manage user room subscription settings
Event Broadcasting: Broadcast events to rooms
Thread Participation: Manage thread participants and subscriptions
liveblocks-mcp-server
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
Claude Desktop
VS Code
Other clients
Find installation information for other clients on Smithery.
Manual setup
- Clone this repo.
- Build the project.
- Get your Liveblocks secret key from the dashboard.
Cursor
- Go to File → Cursor Settings → MCP → Add new server.
- Add the following, with the full path to the repo and your secret key:
- Check it's enabled in the MCP menu.
Claude Desktop
- Go to File → Settings → Developer → Edit Config.
- Open the JSON file,
claude_desktop_config.json
. - Add the following, with the full path to the repo and your secret key:
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
Liveblocks
Related MCP Servers
- MIT License
- MIT License