by liveblocks
Provides AI agents access to Liveblocks REST API functions, enabling creation, modification, and deletion of rooms, threads, comments, notifications, and read access to Storage and Yjs data.
Liveblocks MCP Server exposes a set of functions from the Liveblocks REST API to AI models, allowing them to programmatically manage collaborative resources such as rooms, threads, comments, notifications, and to read real‑time storage and Yjs documents.
npx -y @liveblocks/liveblocks-mcp-server
LIVEBLOCKS_SECRET_KEY=sk_... npx -y @liveblocks/liveblocks-mcp-server
npx
for various AI clients (Cursor, Claude Desktop, VS Code).Q: Which environment variable holds the API key?
A: LIVEBLOCKS_SECRET_KEY
.
Q: Do I need to build the project manually?
A: No, the npx
command runs the pre‑built package directly. Manual build (npm install && npm run build
) is only required for custom development.
Q: Can I use the server with any AI client? A: Yes, as long as the client supports MCP configuration. Instructions for Cursor, Claude Desktop, and VS Code are provided, and other clients can be set up similarly.
Q: Is the server compatible with both development and production environments?
A: Yes. Use the appropriate Liveblocks secret key (development or production) in the LIVEBLOCKS_SECRET_KEY
variable.
Q: Where can I find more documentation? A: Visit the Liveblocks docs at https://liveblocks.io/docs/tools/mcp-server.
liveblocks-mcp-server
This MCP server allows AI to use a number of functions from our REST API. For example, it can create, modify, and delete different aspects of Liveblocks such as rooms, threads, comments, notifications, and more. It also has read access to Storage and Yjs. Learn more in our docs.
To install automatically, copy your Liveblocks secret key from a project in your dashboard and run one of the following commands, replacing [key]
with your secret key.
npx -y @smithery/cli install @liveblocks/liveblocks-mcp-server --client cursor --key [key]
npx -y @smithery/cli install @liveblocks/liveblocks-mcp-server --client claude --key [key]
npx -y @smithery/cli install @liveblocks/liveblocks-mcp-server --client vscode --key [key]
Find installation information for other clients on Smithery.
git clone https://github.com/liveblocks/liveblocks-mcp-server.git
npm install
npm run build
sk_dev_Ns35f5G...
Go to File → Cursor Settings → MCP → Add new server.
Add the following, with the full path to the repo and your secret key:
{
"mcpServers": {
"liveblocks-mcp-server": {
"command": "node",
"args": ["/full/path/to/the/repo/liveblocks-mcp-server/build/index.js"],
"env": {
"LIVEBLOCKS_SECRET_KEY": "sk_dev_Ns35f5G..."
}
}
}
}
Go to File → Settings → Developer → Edit Config.
Open the JSON file, claude_desktop_config.json
.
Add the following, with the full path to the repo and your secret key:
{
"mcpServers": {
"liveblocks-mcp-server": {
"command": "node",
"args": ["/full/path/to/the/repo/liveblocks-mcp-server/build/index.js"],
"env": {
"LIVEBLOCKS_SECRET_KEY": "sk_dev_Ns35f5G..."
}
}
}
}
Please log in to share your review and rating for this MCP.
{ "mcpServers": { "liveblocks-mcp-server": { "command": "npx", "args": [ "-y", "@liveblocks/liveblocks-mcp-server" ], "env": { "LIVEBLOCKS_SECRET_KEY": "<YOUR_SECRET_KEY>" } } } }
Discover more MCP servers with similar functionality and use cases
by danny-avila
Provides a customizable ChatGPT‑like web UI that integrates dozens of AI models, agents, code execution, image generation, web search, speech capabilities, and secure multi‑user authentication, all open‑source and ready for self‑hosting.
by ahujasid
BlenderMCP integrates Blender with Claude AI via the Model Context Protocol (MCP), enabling AI-driven 3D scene creation, modeling, and manipulation. This project allows users to control Blender directly through natural language prompts, streamlining the 3D design workflow.
by pydantic
Enables building production‑grade generative AI applications using Pydantic validation, offering a FastAPI‑like developer experience.
by GLips
Figma-Context-MCP is a Model Context Protocol (MCP) server that provides Figma layout information to AI coding agents. It bridges design and development by enabling AI tools to directly access and interpret Figma design data for more accurate and efficient code generation.
by mcp-use
Easily create and interact with MCP servers using custom agents, supporting any LLM with tool calling and offering multi‑server, sandboxed, and streaming capabilities.
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
by lharries
WhatsApp MCP Server is a Model Context Protocol (MCP) server for WhatsApp that allows users to search, read, and send WhatsApp messages (including media) through AI models like Claude. It connects directly to your personal WhatsApp account via the WhatsApp web multi-device API and stores messages locally in a SQLite database.
by idosal
GitMCP is a free, open-source remote Model Context Protocol (MCP) server that transforms any GitHub project into a documentation hub, enabling AI tools to access up-to-date documentation and code directly from the source to eliminate "code hallucinations."
by Klavis-AI
Klavis AI provides open-source Multi-platform Control Protocol (MCP) integrations and a hosted API for AI applications. It simplifies connecting AI to various third-party services by managing secure MCP servers and authentication.