claude-handoff-mcp
claude-handoff-mcp
第一个用于 Claude Design 交付包的开源 MCP 服务器。
在 Cursor、Claude Code、Cline、Windsurf 或任何兼容 MCP 的客户端中粘贴 Claude Design 交付 URL,交付包就会出现在您的项目中,随时可以发布。
Paste handoff URL → MCP fetches, extracts, summarizes the README,
and deploys files into your repo. One tool call.为什么
Claude Design(Anthropic Labs,于 2026 年 4 月 17 日发布)将设计导出为从 api.anthropic.com/v1/design/h/<hash> 提供的交付 URL。目前,使用它们意味着:下载 tar 包、解压、阅读 README、弄清楚要将什么复制到哪里。此 MCP 将其简化为代理 IDE 中的一个步骤。
状态: 社区项目。与 Anthropic 无关。
范围: 封装公开提供的交付包格式。无爬取,无除已发布的交付 URL 之外的未记录端点,无 claude.ai 会话欺骗。
Related MCP server: Claude Figma MCP
公开的工具
工具 | 功能 |
| 下载并解压交付包到临时目录。检测 HTML / PPTX / PDF。 |
| 总结:README、入口 HTML、文件计数、60 行预览。 |
| 读取完整的交付 README(Claude Design 总是包含一个)。 |
| 将文件复制到项目文件夹或生成 JSON 清单。 |
安装
npm install -g @kiwuuu/claude-handoff-mcp在 Claude Code 中使用
添加到您的 MCP 配置(~/.claude.json 或您的客户端读取 MCP 服务器的任何位置):
{
"mcpServers": {
"claude-handoff": {
"command": "npx",
"args": ["-y", "@kiwuuu/claude-handoff-mcp"]
}
}
}然后在聊天中:
获取 https://api.anthropic.com/v1/design/h/abc123 并将其部署到 ./public/
在 Cursor / Cline / Windsurf 中使用
配置格式相同 — 指向 npx 条目。请参阅每个客户端的 MCP 文档以获取确切文件。
直接使用 CLI
npx claude-handoff one-shot https://api.anthropic.com/v1/design/h/abc123 ./my-app/public注意事项
交付 URL 会过期。 它们具有 TTL,并且可能是单次使用的。共享菜单导出是获取新 URL 的唯一方法 — 没有公共列表端点。如果
fetch_handoff返回 HTTP 404,则说明 URL 已过期;请从 claude.ai/design 重新导出。不使用 API 密钥。 此工具仅调用公共交付 URL。它不需要
ANTHROPIC_API_KEY。格式稳定性。 交付包格式是观察到的,而非指定的。如果 Anthropic 更改了它,此工具将进行调整或暂停。
贡献
欢迎提交问题和 PR。核心获取/提取/部署逻辑在 src/core.ts 中不到 400 行代码 — 易于阅读,易于分叉。
许可证
MIT。请参阅 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