liveblocks-mcp-server

liveblocks-mcp-server

Enable AI models to interact with Liveblocks via standardized MCP server endpoints.

11
Stars
8
Forks
11
Watchers
4
Issues
liveblocks-mcp-server provides a Model Context Protocol (MCP) server allowing AI clients to access, create, modify, and delete resources within Liveblocks such as rooms, threads, comments, and notifications. The server also offers read access to Liveblocks Storage and Yjs, making it easier for AI interfaces to manage collaborative features through Liveblocks’ REST API. Integration is supported for various clients including Cursor, Claude Desktop, and VS Code. Secure authentication is handled via project-specific secret keys.

Key Features

MCP-compatible AI server implementation
Create, modify, and delete Liveblocks resources (rooms, threads, etc.)
Read access to collaborative Storage and Yjs
Integration with Cursor, Claude Desktop, and VS Code clients
Secure authentication via secret keys
Automated and manual setup instructions
Supports standardized AI context management
Function invocation through REST endpoints
Developer documentation and example configuration
Compatibility with Smithery client ecosystem

Use Cases

Enabling AI assistants to manage Liveblocks rooms and threads
Letting AI models retrieve and interact with collaborative document storage
Automating comment and notification workflows in real-time applications
Integrating collaborative features directly into developer editors
Building AI-powered project or team management tools on Liveblocks
Providing AI agents with access to user conversation histories and threads
Automating setup and resource provisioning for collaboration SaaS platforms
Enabling advanced chatbot operations that require real-time document access
Facilitating multi-user content editing scenarios via Yjs
Securing and managing AI-driven access to Liveblocks environments

README

liveblocks-mcp-server

smithery badge

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.

Automatic setup

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.

Cursor

bash
npx -y @smithery/cli install @liveblocks/liveblocks-mcp-server --client cursor --key [key]

Claude Desktop

bash
npx -y @smithery/cli install @liveblocks/liveblocks-mcp-server --client claude --key [key]

VS Code

bash
npx -y @smithery/cli install @liveblocks/liveblocks-mcp-server --client vscode --key [key]

Other clients

Find installation information for other clients on Smithery.

Manual setup

  1. Clone this repo.
bash
git clone https://github.com/liveblocks/liveblocks-mcp-server.git
  1. Build the project.
bash
npm install
npm run build
  1. Get your Liveblocks secret key from the dashboard.
sk_dev_Ns35f5G...

Cursor

  1. Go to File → Cursor Settings → MCP → Add new server.

  2. Add the following, with the full path to the repo and your secret key:

json
{
  "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..."
      }
    }
  }
}
  1. Check it's enabled in the MCP menu.

Claude Desktop

  1. Go to File → Settings → Developer → Edit Config.

  2. Open the JSON file, claude_desktop_config.json.

  3. Add the following, with the full path to the repo and your secret key:

json
{
  "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..."
      }
    }
  }
}

Star History

Star History Chart

Repository Owner

liveblocks
liveblocks

Organization

Repository Details

Language TypeScript
Default Branch main
Size 59 KB
Contributors 2
License Apache License 2.0
MCP Verified Nov 11, 2025

Programming Languages

TypeScript
98%
Dockerfile
2%

Tags

Topics

ai ai-agents ai-copilot collaboration commenting-system comments crdt liveblocks mcp mcp-server real-time toolkit websockets yjs

Join Our Newsletter

Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.

We respect your privacy. Unsubscribe at any time.

Related MCPs

Discover similar Model Context Protocol servers

  • CipherTrust Manager MCP Server

    CipherTrust Manager MCP Server

    Enables AI assistants to access CipherTrust Manager securely via the Model Context Protocol.

    CipherTrust Manager MCP Server provides an implementation of the Model Context Protocol (MCP), offering AI assistants such as Claude and Cursor a unified interface to interact with CipherTrust Manager resources. Communication is facilitated through JSON-RPC over stdin/stdout, enabling key management, CTE client management, user management, and connection management functionalities. The tool is configurable via environment variables and integrates with existing CipherTrust Manager instances using the ksctl CLI for secure resource access.

    • 7
    • MCP
    • sanyambassi/ciphertrust-manager-mcp-server
  • Azure DevOps MCP Server

    Azure DevOps MCP Server

    Standardized AI access to Azure DevOps via Model Context Protocol.

    Implements the Model Context Protocol (MCP) to enable AI assistants to securely and efficiently interact with Azure DevOps resources. Provides a standardized bridge for managing projects, work items, repositories, pull requests, and pipelines through natural language interfaces. Supports modular authentication and a feature-based architecture for scalability and integration. Facilitates seamless integration with AI tools such as Claude Desktop and Cursor AI.

    • 306
    • MCP
    • Tiberriver256/mcp-server-azure-devops
  • Supabase MCP Server

    Supabase MCP Server

    Connect Supabase projects to AI assistants using the Model Context Protocol.

    Supabase MCP Server enables direct, secure integration between Supabase projects and AI assistants such as Cursor, Claude, and Windsurf. Leveraging the Model Context Protocol, it provides standardized endpoints for external LLMs to perform tasks like managing tables, fetching configurations, and querying data on Supabase. The server supports OAuth 2.1 Dynamic Client Registration and offers easy setup with feature groups and popular client installers for local, cloud, and self-hosted environments.

    • 2,263
    • MCP
    • supabase-community/supabase-mcp
  • Plane MCP Server

    Plane MCP Server

    Enables LLMs to manage Plane.so projects and issues via the Model Context Protocol.

    Plane MCP Server provides a standardized interface to connect large language models with Plane.so project management APIs. It enables LLMs to interact directly with project and issue data, supporting tasks such as listing projects, retrieving detailed information, creating and updating issues, while prioritizing user control and security. Installation is streamlined through tools like Smithery, and configuration supports multiple clients including Claude for Desktop.

    • 32
    • MCP
    • kelvin6365/plane-mcp-server
  • Exa MCP Server

    Exa MCP Server

    Fast, efficient web and code context for AI coding assistants.

    Exa MCP Server provides a Model Context Protocol (MCP) server interface that connects AI assistants to Exa AI’s powerful search capabilities, including code, documentation, and web search. It enables coding agents to retrieve precise, token-efficient context from billions of sources such as GitHub, StackOverflow, and documentation sites, reducing hallucinations in coding agents. The platform supports integration with popular tools like Cursor, Claude, and VS Code through standardized MCP configuration, offering configurable access to various research and code-related tools via HTTP.

    • 3,224
    • MCP
    • exa-labs/exa-mcp-server
  • MCP Linear

    MCP Linear

    MCP server for AI-driven control of Linear project management.

    MCP Linear is a Model Context Protocol (MCP) server implementation that enables AI assistants to interact with the Linear project management platform. It provides a bridge between AI systems and the Linear GraphQL API, allowing the retrieval and management of issues, projects, teams, and more. With MCP Linear, users can create, update, assign, and comment on Linear issues, as well as manage project and team structures directly through AI interfaces. The tool supports seamless integration via Smithery and can be configured for various AI clients like Cursor and Claude Desktop.

    • 117
    • MCP
    • tacticlaunch/mcp-linear
  • Didn't find tool you were looking for?

    Be as detailed as possible for better results