general MCP Server
MCP server for Liveblocks.
Discovered via unknown and last synced 3mo ago.
1. Install the package
npx -y github:liveblocks/liveblocks-mcp-server
2. Add to claude_desktop_config.json
{
"mcpServers": {
"liveblocks-mcp-server": {
"command": "npx",
"args": [
"liveblocks-mcp-server"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)