cloud platforms
Liveblocks Mcp Server
Create, modify, and delete different aspects of [Liveblocks](https://liveblocks.io) such as rooms, threads, comments, notifications, and more. Additionally, it has read access to Storage and Yjs.
typescript
cloud
enterprise
cloud platforms
Installation
npx -y liveblocks/liveblocks-mcp-serverConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "liveblocks-mcp-server",
"command": "npx",
"args": [
"-y",
"liveblocks/liveblocks-mcp-server"
]
}About This MCP Server
liveblocks/liveblocks-mcp-server
Create, modify, and delete different aspects of Liveblocks such as rooms, threads, comments, notifications, and more. Additionally, it has read access to Storage and Yjs.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub