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 collaborative rooms, user presence, and shared storage via Liveblocks. list rooms, track active users, and handle threads directly from your A

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 · 19 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 19 available through Liveblocks.

  1. 01

    List active users

    List users currently in the room

  2. 02

    Delete room

    Delete a room

  3. 03

    Get room

    Retrieve room details

  4. 04

    Identify user

    Obtain an ID token for a user

Capability set02 / 05

05-08

4 capabilities in this set.

Part of 19 available through Liveblocks.

  1. 05

    Initialize storage

    Initialize or reinitialize Storage

  2. 06

    List threads

    List threads in a room

  3. 07

    Resolve thread

    Resolve a thread

  4. 08

    Set presence

    Set ephemeral presence for a user/agent

Capability set03 / 05

09-12

4 capabilities in this set.

Part of 19 available through Liveblocks.

  1. 09

    Authorize user

    Obtain an access token with specific permissions

  2. 10

    Broadcast event

    Broadcast a JSON event to a room

  3. 11

    Create room

    Create a new room

  4. 12

    Create thread

    Create a thread and the first comment

Capability set04 / 05

13-16

4 capabilities in this set.

Part of 19 available through Liveblocks.

  1. 13

    Get storage

    Get the room's Storage tree (LSON or JSON format)

  2. 14

    Get ydoc

    Get a JSON representation of the Yjs document

  3. 15

    List rooms

    List rooms with filtering and pagination

  4. 16

    Patch storage

    Apply JSON Patch operations to Storage

Capability set05 / 05

17-19

3 capabilities in this set.

Part of 19 available through Liveblocks.

  1. 17

    Update room

    Update room properties (metadata, permissions)

  2. 18

    Update ydoc

    Send a binary Yjs update

  3. 19

    List versions

    List Yjs version history snapshots

Observed, not estimated

1043ms average. Fast in production.

Liveblocks is checked daily against the live service.

Daily averagePeak 1245ms
Aug 29Today
Fastest day
920ms
Slowest day
1245ms
14-day trend
Improving-17%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 19 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_v2FU0vtTfzUrtsk5QcSuOhhoPhdk0tcyNdn6k4Ay/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-collaborative-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_v2FU0vtTfzUrtsk5QcSuOhhoPhdk0tcyNdn6k4Ay/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 see which users are currently active in a specific collaboration room?

    You can use the list_active_users capability by providing the Room ID. The agent will return a list of all users currently connected to that room, including their connection IDs and associated info.

  • 02

    Is it possible to inspect or modify the shared state of a room from the AI?

    Yes! Use get_storage to retrieve the current LSON/JSON storage tree or patch_storage to update specific keys in the room's shared state. For Yjs-based rooms, you can use get_ydoc and update_ydoc.

  • 03

    Can I manage user comments and discussion threads through this integration?

    Absolutely. You can use list_threads to see all discussions in a room, create_thread to start a new one, and resolve_thread to mark a discussion as completed.