Stats
Actions
Tags
From Liveblocks
Connects to the Liveblocks API for real-time collaboration features including presence, cursors, and document storage. Requires a Liveblocks secret key.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"liveblocks": {
"command": "npx",
"args": [
"-y",
"github:liveblocks/liveblocks-mcp-server"
],
"env": {
"LIVEBLOCKS_SECRET_KEY": "${LIVEBLOCKS_SECRET_KEY}"
}
}
}
}Replace placeholder values for: LIVEBLOCKS_SECRET_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
LIVEBLOCKS_SECRET_KEY=${LIVEBLOCKS_SECRET_KEY}Sensitive values you must provide — never committed to source control
npx claudepluginhub liveblocks/liveblocks-plugin