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.
{
"mcpServers": {
"claude-handoff": {
"command": "npx",
"args": [
"-y",
"@kiwuuu/claude-handoff-mcp"
]
}
}
}