liveblocks/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.
Quick Start
Clone the repository:
git clone https://github.com/liveblocks/liveblocks-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"liveblocks-mcp-server": {
"command": "npx",
"args": [
"-y",
"liveblocks/liveblocks-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.