liveblocks/liveblocks-mcp-server
by Various
MCP server for Liveblocks.
MCP
liveblocks/liveblocks-mcp-server
Added 1 June 2026
Overview
An MCP server that connects AI agents to Liveblocks, enabling them to interact with real-time collaboration data. It uses the Model Context Protocol to expose Liveblocks APIs for reading and writing storage, presence, and other primitives.
Best for
Best for
Developers adding AI copilot functionality to applications using Liveblocks for real-time collaboration
Use cases
- Enable AI assistants to read and update Liveblocks storage in real-time apps
- Allow AI agents to manage user presence and broadcast events
- Build copilot features that automate Liveblocks room operations
How to use
Install
npm i -g @openai/codex Tested with
Claude Desktop, Claude Code, Cursor, ChatGPT
Example client config
{\n "mcpServers": {\n "liveblocks": {\n "command": "npx",\n "args": ["-y", "github:liveblocks/liveblocks-mcp-server"],\n "env": {\n "LIVEBLOCKS_SECRET_KEY": "sk_xxxxxxxxxxxx"\n }\n }\n }\n} Notes
An MCP server that connects AI agents to Liveblocks, enabling them to interact with real-time collaboration data. It uses the Model Context Protocol to expose Liveblocks APIs for reading and writing storage, presence, and other primitives.
16 stars on GitHub. Last updated 2026-05-11. Licensed Apache-2.0.
Use cases
- Enable AI assistants to read and update Liveblocks storage in real-time apps
- Allow AI agents to manage user presence and broadcast events
- Build copilot features that automate Liveblocks room operations
Pros
- Open source and written in TypeScript, easy to integrate with Node.js projects
- Leverages the standard MCP protocol for interoperability with AI clients
- Directly targets Liveblocks, reducing boilerplate for agentic workflows
Cons
- Low star count suggests limited community adoption and testing
- Sparse documentation beyond the basic description
- Requires an MCP-compatible client, adding a dependency for AI integrations
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Open source and written in TypeScript, easy to integrate with Node.js projects
- Leverages the standard MCP protocol for interoperability with AI clients
- Directly targets Liveblocks, reducing boilerplate for agentic workflows
Cons
- Low star count suggests limited community adoption and testing
- Sparse documentation beyond the basic description
- Requires an MCP-compatible client, adding a dependency for AI integrations
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.