claude-handoff-mcp
claude-handoff-mcp
El primer servidor MCP de código abierto para paquetes de entrega (handoff) de Claude Design.
Pega una URL de entrega de Claude Design en Cursor, Claude Code, Cline, Windsurf —o cualquier cliente compatible con MCP— y el paquete se materializará en tu proyecto, listo para ser enviado.
Paste handoff URL → MCP fetches, extracts, summarizes the README,
and deploys files into your repo. One tool call.Por qué
Claude Design (Anthropic Labs, lanzado el 17-04-2026) exporta diseños como URLs de entrega servidas desde api.anthropic.com/v1/design/h/<hash>. Hoy en día, consumirlos significa: descargar el tar, extraer, leer el README, averiguar qué copiar y dónde. Este MCP convierte eso en un solo paso en cualquier IDE con capacidades de agente.
Estado: proyecto comunitario. No afiliado a Anthropic.
Alcance: envuelve el formato de paquete de entrega servido públicamente. Sin scraping, sin endpoints no documentados más allá de la URL de entrega publicada, sin suplantación de sesión de claude.ai.
Related MCP server: Claude Figma MCP
Herramientas expuestas
Herramienta | Qué hace |
| Descarga + extrae el paquete a un directorio temporal. Detecta HTML / PPTX / PDF. |
| Resume: README, HTML de entrada, recuento de archivos, vista previa de 60 líneas. |
| Lee el README completo de la entrega (Claude Design siempre incluye uno). |
| Copia archivos a una carpeta del proyecto o emite un manifiesto JSON. |
Instalación
npm install -g @kiwuuu/claude-handoff-mcpUso en Claude Code
Añádelo a tu configuración de MCP (~/.claude.json o donde sea que tu cliente lea los servidores MCP):
{
"mcpServers": {
"claude-handoff": {
"command": "npx",
"args": ["-y", "@kiwuuu/claude-handoff-mcp"]
}
}
}Luego en el chat:
Fetch https://api.anthropic.com/v1/design/h/abc123 and deploy it into ./public/
Uso en Cursor / Cline / Windsurf
La misma estructura de configuración: apunta a la entrada npx. Consulta la documentación de MCP de cada cliente para ver el archivo exacto.
Uso directo de la CLI
npx claude-handoff one-shot https://api.anthropic.com/v1/design/h/abc123 ./my-app/publicAdvertencias
Las URLs de entrega caducan. Tienen un TTL y pueden ser de un solo uso. La exportación desde el menú Compartir es la única forma de obtener una URL nueva; no existe un endpoint de listado público. Si
fetch_handoffdevuelve un HTTP 404, la URL ha caducado; vuelve a exportar desde claude.ai/design.No se utiliza clave API. Esta herramienta solo llama a la URL de entrega pública. No requiere
ANTHROPIC_API_KEY.Estabilidad del formato. El formato del paquete es observado, no especificado. Si Anthropic lo cambia, esta herramienta se adaptará o se detendrá.
Contribución
Las incidencias y PRs son bienvenidas. La lógica central de obtención/extracción/despliegue tiene menos de 400 líneas de código en src/core.ts: fácil de leer, fácil de bifurcar.
Licencia
MIT. Ver LICENSE.
This server cannot be installed
Maintenance
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
- AlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server that enables Claude or other LLMs to fetch content from URLs, supporting HTML, JSON, text, and images with configurable request parameters.33MIT
- -licenseNot gradedqualityNot gradedmaintenanceA Model Context Protocol (MCP) server that enables Claude to create and manipulate designs in Figma through either a Figma plugin or directly via the Figma API.
- AlicenseNot gradedqualityDmaintenanceMCP server that extracts accessibility tree, design tokens, screenshots, Claude DSL, and Figma JSON from any URL using a persistent Chromium browser with zero LLM cost.MIT
- AlicenseCqualityCmaintenanceA comprehensive MCP server that enables Claude to read, create, edit, and generate code from Figma designs. Supports design tokens, code generation to multiple frameworks, and accessibility checks.1003MIT
Related MCP Connectors
The Figma MCP server brings Figma design context directly into your AI workflow.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
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/kiwuuu/claude-handoff-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server