---
meta:
  title: "Integrations"
  description:
    "Connect Liveblocks to databases, workflow automation, AI tools, frameworks,
    and other products your team uses."
---

Liveblocks integrates with products and services your team already uses,
including databases, workflow automation, deployment platforms, AI-native
editors, and other tools and frameworks you combine with realtime collaboration.

## AI tools

Develop Liveblocks apps more easily with our agent skills and MCP server for
your favorite tools.

<ListGrid columns={2}>
  <DocsCard
    title="Cursor"
    href="/docs/integrations/cursor"
    type="technology"
    visual={<DocsCursorAiIcon className="h-auto w-6 fill-product" />}
    description="Add our agent skills and MCP server to Cursor."
  />
  <DocsCard
    title="OpenAI Codex"
    href="/docs/integrations/codex"
    type="technology"
    visual={<DocsCodexIcon fill="#0078FF" className="h-auto w-6" />}
    description="Add our agent skills and MCP server to OpenAI Codex."
  />
  <DocsCard
    title="Claude Code"
    href="/docs/integrations/claude-code"
    type="technology"
    visual={<DocsClaudeIcon fill="#d97757" className="h-auto w-6" />}
    description="Add our agent skills and MCP server to Claude Code."
  />
  <DocsCard
    title="Claude Desktop"
    href="/docs/integrations/claude-desktop"
    type="technology"
    visual={<DocsClaudeIcon fill="#d97757" className="h-auto w-6" />}
    description="Add our agent skills and MCP server to Claude Desktop."
  />
</ListGrid>

## Databases

Liveblocks doesn’t require a database, but you can mirror your data for
searching, logging, and more.

<ListGrid columns={2}>
  <DocsCard
    type="technology"
    visual={<DocsSupabaseIcon fill="#097c4f" className="h-auto w-6" />}
    title="Supabase"
    href="/docs/integrations/supabase"
    description="Mirror Storage, Yjs, Comments, and Threads into Supabase Postgres."
  />
  <DocsCard
    type="technology"
    visual={<DocsNeonIcon fill="#39a57d" className="h-auto w-6" />}
    title="Neon"
    href="/docs/integrations/neon"
    description="Mirror Storage, Yjs, Comments, and Threads into Neon Postgres."
  />
  <DocsCard
    type="technology"
    visual={<DocsPlanetscaleIcon className="h-auto w-6" />}
    title="PlanetScale"
    href="/docs/integrations/planetscale"
    description="Mirror Storage, Yjs, Comments, and Threads into PlanetScale MySQL."
  />
</ListGrid>

## App builders

Add Liveblocks realtime collaboration to your AI app builder projects.

<ListGrid columns={2}>
  <DocsCard
    title="Lovable"
    href="/docs/integrations/lovable"
    type="technology"
    visual={<DocsLovableIcon fill="#FF7A00" className="h-auto w-6" />}
    description="Realtime collaboration for apps you build or export from Lovable."
  />
  <DocsCard
    title="v0"
    href="/docs/integrations/v0"
    type="technology"
    visual={<DocsV0Icon className="h-auto w-6" />}
    description="Realtime collaboration for apps you build or export from v0."
  />
  <DocsCard
    title="Bolt"
    href="/docs/integrations/bolt"
    type="technology"
    visual={<DocsBoltIcon className="h-auto w-6" />}
    description="Realtime collaboration for apps you build or export from Bolt."
  />
  <DocsCard
    title="Replit"
    href="/docs/integrations/replit"
    type="technology"
    visual={<DocsReplitIcon fill="#ff3c00" className="h-auto w-6" />}
    description="Realtime collaboration for apps you build with Replit Agent."
  />
</ListGrid>

## Workflow automation

Use Liveblocks REST API endpoints in UI workflow tools.

<ListGrid columns={2}>
  <DocsCard
    title="n8n"
    href="/docs/integrations/n8n-nodes"
    type="technology"
    visual={<DocsN8nIcon fill="#EA4B71" className="h-auto w-6" />}
    description="REST API calls and webhooks via Liveblocks nodes in n8n workflows."
  />
</ListGrid>

## Build your own integration

Use [webhooks](/docs/platform/webhooks) and the
[REST API](/docs/api-reference/rest-api-endpoints) to connect Liveblocks to
other databases, automation tools, app builders, or internal systems. If you’d
like to see an integration guide that is not currently available,
[let us know on Discord](https://liveblocks.io/discord).

---

For an overview of all available documentation, see [/llms.txt](/llms.txt).
