Vinkius

Liveblocks MCP. Control real-time state and collaboration data.

Liveblocks MCP connects your AI agent to real-time collaboration infrastructure. Manage collaborative spaces, authorize user permissions, track shared document state (Yjs), and resolve comment threads directly from your client. Use this to build complex multiplayer features without leaving your IDE.

Liveblocks MCP is compatible with Claude Claude
Liveblocks MCP is compatible with ChatGPT ChatGPT
Liveblocks MCP is compatible with Cursor Cursor
Liveblocks MCP is compatible with Gemini Gemini
Liveblocks MCP is compatible with Windsurf Windsurf
Liveblocks MCP is compatible with VS Code VS Code
Liveblocks MCP is compatible with JetBrains JetBrains
Liveblocks MCP is compatible with Vercel Vercel
See Vinkius in Action

Give Claude and any AI agent real-world access

Manage collaborative spaces

Create, read, update, or delete entire collaboration rooms.

Control user access and identity

Obtain tokens to authorize users and identify them within a room for proper permissions.

Work with shared document state

Inspect, patch, or update the raw JSON data of collaborative documents (Yjs).

Track discussions and threads

Create new conversation threads and query existing comment history within a room.

Monitor presence and events

Get lists of active users in a room or push custom data broadcasts to all connected clients.

Waiting for input…

AI Agent
Liveblocks

What AI agents can do with Liveblocks: 18 Tools for Collaborative Systems

These tools give your agent granular control over every aspect of a collaborative space, from user authentication to shared document patching.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using Liveblocks MCP

Authorize User

Generates an access token, allowing a client to join a specific room.

Broadcast Event

Sends a JSON event to all users currently connected in the specified room.

Create Room

Sets up an entirely new collaborative space with a unique ID.

Create Thread

Starts a new discussion thread and writes the first comment automatically.

Delete Room

Permanently removes an existing collaboration room.

Get Room

Retrieves all metadata and details for a specified room.

Get Storage

Reads the entire current state tree of the room's shared data storage.

Get Thread

Pulls up all comments and details for a specific discussion thread.

Get Ydoc

Outputs the collaborative document's current state as a JSON object representation...

Identify User

Obtains an ID token for a specific client, managing user permissions on the backend.

Initialize Storage

Sets up or resets the room's collaborative storage state.

List Active Users

Retrieves a list of all user IDs currently connected and active in a specific room.

List Rooms

Lists all available rooms, with options to filter by metadata or access level.

List Threads

Fetches a list of every discussion thread that exists within a room.

Patch Storage

Applies precise JSON Patch operations to modify the room's storage state.

Resolve Thread

Marks a discussion thread as resolved, closing it out for future reference.

Update Room

Modifies the properties of an existing room, such as its name or description.

Update Ydoc

Sends a binary update to synchronize the shared Yjs document state across clients.

Security and governance baked right in.

Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.

Liveblocks MCP is compatible with Claude

Claude AI

1

Open Claude Settings

Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.

2

Add Custom Connector

Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:

https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp

Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials.

3

Start a conversation

Open a new chat. The Liveblocks integration is available immediately — no restart needed.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on each call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with Liveblocks, then connect any of our 5,200+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 5,200+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Connections are secured and governed automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog weekly
Liveblocks MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Liveblocks. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS CLOUD

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on each call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

Managing real-time collaboration state used to feel like an entire backend job.

Today, building something that handles multiple users collaborating on the same document—like a shared whiteboard or a group planning session—means dealing with layers of complexity. You have to manage user tokens, track who is online, and implement custom logic just to sync every keystroke across different clients, all while worrying about data corruption.

With this MCP, you stop writing that boilerplate code. Instead, your agent handles the entire infrastructure layer. You simply ask it to 'get the current state' or 'update the shared document.' The complexity of real-time synchronization disappears; you just get clean, actionable data.

Control the collaborative room lifecycle with Liveblocks MCP.

Manually managing rooms means writing separate functions for listing spaces, creating them when needed, and cleaning up old or abandoned environments. It's tedious, error-prone code that slows down development velocity.

Now you can use `list_rooms` to see all available collaboration areas and `create_room` instantly programmatically. You treat the entire room lifecycle—from inception to deletion—as a single conversational task.

What Liveblocks MCP does for your AI

This connector lets you control the hardest part of modern web apps: real-time state. Instead of building out a clunky backend just to handle user presence or shared document editing, you can orchestrate those experiences using natural language prompts through your AI client. Your agent handles room lifecycle—creating spaces, managing who gets in, and deleting them when they're done.

You can read the current status of collaborative storage or patch it directly via commands. It also keeps track of conversations within a space, letting you query comment threads to see what was decided days ago. When working with complex real-time systems, having all this functionality centralized is huge. With Vinkius hosting this MCP, you connect once and get access to powerful tools for handling everything from user authentication to broadcasting custom events across any compatible client.

Built · Hosted · Managed by Vinkius Liveblocks MCP - Manage Real-Time Collaboration State
Server ID 019e38b9-385c-737c-ae0f-89e2c1671ed1
Vinkius Inspector
Compliance Grade F
Score 3.6/100
Vinkius Inspector Badge — Score 3.6/100

Frequently asked questions about Liveblocks MCP

How do I manage user access using Liveblocks MCP? +

You use identify_user to get an ID token for the client, and then you run authorize_user with that token. This sequence ensures the user has explicit permission to enter the room.

Can I read the full shared document history with Liveblocks MCP? +

Yes. You can use get_ydoc to get a JSON representation of the current state, or you can use get_storage for more detailed tree information.

What is the difference between listing rooms and getting room details with Liveblocks MCP? +

Listing rooms (list_rooms) gives you a directory of available spaces. Getting room details (get_room) fetches all the specific metadata for one, already identified, space.

How do I prevent users from entering a room without permission? +

You must first use identify_user to get their ID token. Then, you invoke authorize_user using that token and specify the desired permissions for access.

Can Liveblocks MCP handle simple messages in a room? +

While it doesn't send plain text messages directly, it handles structured discussions. You can use create_thread to start a discussion or broadcast_event for custom system alerts.