Enables the deployment of remote MCP servers within the Cloudflare ecosystem, allowing for connectivity with the Cloudflare AI Playground and utilization of Cloudflare's edge infrastructure.
Provides a platform-specific implementation for hosting and running remote, authentication-less MCP servers at the edge using Cloudflare Workers.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Cloudflare Remote MCP Servercalculate 15 percent of 200"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Laburen MCP
MCP desarrollado para el challenge técnico de AI Engineer – Laburen.
Agente de compras construido sobre MCP con capacidades de:
Exploración de productos
Carrito por conversación
Filtros por texto y precio
Derivación a humano vía Chatwoot
Deploy serverless en Cloudflare
Arquitectura / Stack
Cloudflare Workers (MCP runtime)
D1 (SQLite)
Chatwoot API
Wrangler
Funcionalidades
Productos
Tool
list_products
Incluye:
Búsqueda por nombre / descripción
Matching sin tildes
Filtros opcionales por precio
Carrito
Un carrito por conversación:
create_cart
update_cart
get_cart
Handoff a humano
handoff_to_human
Acciones realizadas:
Parseo de conversation_id (incluye IDs decorados)
Aplicación automática del label handoff
Creación de nota privada con contexto del agente
Apertura de conversación para atención humana
Deploy
npm install
npx wrangler deploy
Observabilidad / Logs
Logs en tiempo real:
npx wrangler tail
Permite inspeccionar:
Ejecución de tools MCP
Requests hacia Chatwoot
Errores HTTP
Latencias y tiempos de respuesta
Utilizado durante el desarrollo para validar flujos MCP y handoff humano.
Secrets
Configuración del token de Chatwoot:
npx wrangler secret put CHATWOOT_API_TOKEN
Acceso desde el Worker:
this.env.CHATWOOT_API_TOKEN
Autor
Leonel GordonThis server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.