Liveblocks
Officialliveblocks-mcp-server
Este servidor MCP permite a la IA utilizar una serie de funciones de nuestra API REST. Por ejemplo, puede crear, modificar y eliminar diferentes aspectos de Liveblocks, como salas, hilos, comentarios, notificaciones y más. También tiene acceso de lectura a Storage y Yjs. Más información en nuestra documentación.
Configuración
Para instalarlo, copia tu clave secreta de Liveblocks desde un proyecto en tu panel de control y ejecuta uno de los siguientes comandos, reemplazando sk_xxxxxxxxxxxx con tu clave secreta.
Cursor
Ve a File → Cursor Settings → MCP → Add new server.
Añade lo siguiente, insertando tu clave secreta:
{
"mcpServers": {
"liveblocks": {
"command": "npx",
"args": ["-y", "github:liveblocks/liveblocks-mcp-server"],
"env": {
"LIVEBLOCKS_SECRET_KEY": "sk_xxxxxxxxxxxx"
}
}
}
}Claude Code
Ejecuta el siguiente comando en la terminal, insertando tu clave secreta:
claude mcp add liveblocks -e LIVEBLOCKS_SECRET_KEY=sk_xxxxxxxxxxxx -- npx -y github:liveblocks/liveblocks-mcp-serverClaude Desktop
Ve a Settings → Developer → Edit Config.
Abre el archivo JSON,
claude_desktop_config.json.Añade lo siguiente al JSON, insertando tu clave secreta:
{
"mcpServers": {
"liveblocks": {
"command": "npx",
"args": ["-y", "github:liveblocks/liveblocks-mcp-server"],
"env": {
"LIVEBLOCKS_SECRET_KEY": "sk_xxxxxxxxxxxx"
}
}
}
}Reinicia Claude Desktop para aplicar los cambios.
Codex
Asegúrate de que la CLI de Codex esté instalada:
npm i -g @openai/codexEjecuta el siguiente comando en la terminal, insertando tu clave secreta:
codex mcp add liveblocks \
--env LIVEBLOCKS_SECRET_KEY=sk_xxxxxxxxxxxx \
-- npx -y github:liveblocks/liveblocks-mcp-serverMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA Model Context Protocol server that generates production-ready React components using the Reablocks design system through natural language processing.3
- Flicense-quality-maintenanceEnables comprehensive management of Storyblok CMS through natural language interactions. Supports story creation and publishing, asset management, component schema updates, release workflows, and content discovery across all major Storyblok APIs.7
- Alicense-qualityDmaintenanceEnables Claude to draw on a live tldraw canvas from prompts, with real-time visualization in a browser. Provides tools for creating, updating, deleting shapes and retrieving canvas state.14MIT
- Alicense-qualityDmaintenanceProvides AI assistants with a verified database of WordPress Gutenberg block schemas, attributes, and validated markup examples to prevent hallucinations and broken block markup.1637MIT
Related MCP Connectors
AI-powered design and management for Webflow Sites
Sync Lightroom, Figma, Dropbox & Canva assets to WordPress and Shopify via natural language.
Sync Lightroom, Figma, Dropbox & Canva assets to WordPress and Shopify via natural language.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/liveblocks/liveblocks-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server