ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Liveblocks with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage real-time collaboration infrastructure—create rooms, authorize users, and inspect collaborative storage or threads directly from your AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 18 capabilities

The complete Liveblocks capability set.

These are the exact actions your AI can choose when you ask it to work with Liveblocks.

Capability set01 / 05

01-04

4 capabilities in this set.

Part of 18 available through Liveblocks.

  1. 01

    Authorize user

    Obtain an access token for a client to enter a room

  2. 02

    Create room

    Create a new room

  3. 03

    Get room

    Retrieve room details

  4. 04

    Get storage

    Get the room's Storage tree

Capability set02 / 05

05-08

4 capabilities in this set.

Part of 18 available through Liveblocks.

  1. 05

    Identify user

    Permissions are managed on the backend. Obtain an ID token for a client

  2. 06

    List active users

    List users currently in the room

  3. 07

    List rooms

    Can be filtered by metadata or access. List rooms with filtering and pagination

  4. 08

    Patch storage

    Apply JSON Patch operations to Storage

Capability set03 / 05

09-12

4 capabilities in this set.

Part of 18 available through Liveblocks.

  1. 09

    Resolve thread

    Resolve a thread

  2. 10

    Update ydoc

    Send a binary Yjs update

  3. 11

    Broadcast event

    Broadcast a JSON event to a room

  4. 12

    Get thread

    Get a specific thread

Capability set04 / 05

13-15

3 capabilities in this set.

Part of 18 available through Liveblocks.

  1. 13

    Create thread

    Create a thread and the first comment

  2. 14

    Delete room

    Delete a room

  3. 15

    Get ydoc

    Get a JSON representation of the Yjs document

Capability set05 / 05

16-18

3 capabilities in this set.

Part of 18 available through Liveblocks.

  1. 16

    Initialize storage

    Initialize or reinitialize Storage

  2. 17

    List threads

    List threads in a room

  3. 18

    Update room

    Update room properties

Observed, not estimated

979ms average. Fast in production.

Liveblocks is checked daily against the live service.

Daily averagePeak 1195ms
Aug 20Today
Fastest day
771ms
Slowest day
1195ms
14-day trend
Slowing+30%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 18 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Liveblocks, so you can see the experience inside your AI.

It does not authenticate your account with Liveblocks. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Liveblocks Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_UpezS2s9jeUz8EcmyuM51kLyMnRyzY5qqCQseCek/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Liveblocks capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "liveblocks-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_UpezS2s9jeUz8EcmyuM51kLyMnRyzY5qqCQseCek/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Liveblocks owners ask.

  • 01

    How can I filter rooms by specific metadata using the AI?

    You can ask the agent to use the list_rooms capability and provide a JSON string in the metadata parameter. For example, ask to 'List rooms where the project metadata is alpha'.

  • 02

    Can I generate a temporary access token for a user to join a room?

    Yes. Use the authorize_user capability. Provide the Room ID and User ID, and the agent will return a token that grants access to that specific room.

  • 03

    Is it possible to permanently delete a room and its data?

    Yes, the delete_room capability allows you to permanently remove a room and all associated storage, comments, and metadata. Use this with caution as it is irreversible.