loading…
Search for a command to run...
loading…
An MCP server that fetches and extracts Claude Design handoff bundles from URLs, enabling users to deploy design files directly into their projects with a singl
An MCP server that fetches and extracts Claude Design handoff bundles from URLs, enabling users to deploy design files directly into their projects with a single tool call.
The first open-source MCP server for Claude Design handoff bundles.
Paste a Claude Design handoff URL in Cursor, Claude Code, Cline, Windsurf — or any MCP-compatible client — and the bundle materializes in your project, ready to ship.
Paste handoff URL → MCP fetches, extracts, summarizes the README,
and deploys files into your repo. One tool call.
Claude Design (Anthropic Labs, launched 2026-04-17) exports designs as handoff URLs served from api.anthropic.com/v1/design/h/<hash>. Today, consuming them means: download tar, extract, read README, figure out what to copy where. This MCP makes that one step in any agentic IDE.
| Tool | What it does |
|---|---|
fetch_handoff(url) |
Download + extract the bundle to a temp dir. Detects HTML / PPTX / PDF. |
inspect_bundle(extract_dir) |
Summarize: README, entry HTML, file counts, 60-line preview. |
read_readme(extract_dir) |
Read the full handoff README (Claude Design always includes one). |
deploy_bundle(extract_dir, target, dest_dir) |
Copy files into a project folder or emit a JSON manifest. |
npm install -g @kiwuuu/claude-handoff-mcp
Add to your MCP config (~/.claude.json or wherever your client reads MCP servers):
{
"mcpServers": {
"claude-handoff": {
"command": "npx",
"args": ["-y", "@kiwuuu/claude-handoff-mcp"]
}
}
}
Then in chat:
Fetch https://api.anthropic.com/v1/design/h/abc123 and deploy it into ./public/
Same config shape — point at the npx entry. See each client's MCP docs for the exact file.
npx claude-handoff one-shot https://api.anthropic.com/v1/design/h/abc123 ./my-app/public
fetch_handoff returns HTTP 404, the URL has aged out; re-export from claude.ai/design.ANTHROPIC_API_KEY.Issues + PRs welcome. The core fetch/extract/deploy logic is <400 LOC in src/core.ts — easy to read, easy to fork.
MIT. See LICENSE.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"claude-handoff-mcp": {
"command": "npx",
"args": []
}
}
}Extract design specs and assets
An Open-Sourced UI to install and manage MCP servers for Windows, Linux and macOS.
Build, validate, and deploy multi-agent AI solutions on the ADAS platform. Design skills with tools, manage solution lifecycle, and connect from any AI environm
MCP Bundles: Create custom bundles of tools and connect providers with OAuth or API keys. Use one MCP server across thousands of integrations, with programmatic