Skip to main content
Glama
kiwuuu
by kiwuuu

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における1つのステップに集約します。

  • ステータス: コミュニティプロジェクト。Anthropicとは提携していません。

  • スコープ: 公開されているハンドオフバンドル形式をラップします。スクレイピングや、公開されているハンドオフURL以外の非公開エンドポイントへのアクセス、claude.aiのセッションなりすましは行いません。

Related MCP server: Claude Figma MCP

公開されているツール

ツール

機能

fetch_handoff(url)

バンドルをダウンロードして一時ディレクトリに展開します。HTML / PPTX / PDFを検出します。

inspect_bundle(extract_dir)

README、エントリーHTML、ファイル数、60行のプレビューを要約します。

read_readme(extract_dir)

ハンドオフのREADME全文を読み取ります(Claude Designには必ず含まれています)。

deploy_bundle(extract_dir, target, dest_dir)

ファイルをプロジェクトフォルダにコピーするか、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"]
    }
  }
}

その後、チャットで以下のように入力します:

Fetch https://api.anthropic.com/v1/design/h/abc123 and deploy it into ./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(生存時間)があり、1回限りの使用である可能性があります。共有メニューからのエクスポートが新しいURLを取得する唯一の方法であり、公開リストのエンドポイントはありません。fetch_handoff がHTTP 404を返す場合、URLの有効期限が切れています。claude.ai/designから再エクスポートしてください。

  • APIキーは使用しません。 このツールは公開ハンドオフURLのみを呼び出します。ANTHROPIC_API_KEY は不要です。

  • 形式の安定性。 バンドル形式は観測に基づくものであり、仕様化されたものではありません。Anthropicが変更を加えた場合、このツールは適応するか、一時停止します。

コントリビューション

IssueやPRを歓迎します。コアとなる取得・展開・デプロイのロジックは src/core.ts 内の400行未満のコードで構成されており、読みやすく、フォークも容易です。

ライセンス

MIT。LICENSE を参照してください。

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    A 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.
    3
    3
    MIT
  • A
    license
    C
    quality
    C
    maintenance
    A 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.
    100
    3
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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