- Notifications
You must be signed in to change notification settings - Fork8
liveblocks/liveblocks-mcp-server
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This MCP server allows AI to use a number of functions from ourREST 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 inyour 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 onSmithery.
Read more
- Clone this repo.
git clone https://github.com/liveblocks/liveblocks-mcp-server.git
- Build the project.
npm installnpm run build
- Get your Liveblocks secret key from thedashboard.
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..." } } }}- Check it's enabled in the MCP menu.
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..." } } }}About
MCP server for Liveblocks.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.