HeyBeauty MCP サーバー
HeyBeautyバーチャル試着
これは、HeyBeauty APIを使用して仮想試着を実装するTypeScriptベースのMCPサーバーです。以下の機能を提供することで、MCPのコアコンセプトを実証しています。
- URIとメタデータで衣服を表すリソース
- トライオンタスクを送信し、タスク情報を照会するためのツール。
- 試着布のプロンプト。
クイックスタート
- HeyBeauty APIキーを申請する
- MCPクライアント設定ファイルにサーバー設定を追加する
リソース
- 衣服を
cloth://
URIで一覧表示してアクセスする - 各布にはID、名前、説明、画像URL、メタデータがあります
- シンプルなコンテンツアクセスのためのプレーンテキスト MIME タイプ
ツール
submit_tryon_task
- トライオンタスクを送信する- 必須パラメータとして、ユーザー画像のURL、布画像のURL、布のID、布の説明を取得します。
- トライオンタスクをサーバー状態に保存します
query_tryon_task
- トライオンタスクを照会する- タスクIDを必須パラメータとして受け取ります
- トライオンタスク情報を返します
プロンプト
tryon_cloth
- トライオンクロス- 必須パラメータとして、ユーザー画像のURL、布画像のURL、布のID、布の説明を取得します。
- LLM tryonの構造化されたプロンプトを返します
リソース
cloth://
- 衣服のURI- 各布にはID、名前、説明、画像URL、メタデータがあります
発達
依存関係をインストールします:
サーバーを構築します。
自動リビルドを使用した開発の場合:
インストール
Claude Desktop で使用するには、サーバー設定を追加します。
MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
HeyBeauty API キーを取得するには、このドキュメントに従ってください。
デバッグ
MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。
インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
HeyBeauty API を使用して仮想試着機能を実装する TypeScript ベースの MCP サーバー。ユーザーは Claude を通じて服が自分にどう見えるかを視覚化できます。
Related MCP Servers
- AsecurityAlicenseAqualityTypeScript-based MCP server designed to enhance code editing experiences by providing features such as hover information, code completion, and diagnostics.Last updated -324MIT License
- AsecurityAlicenseAqualityA TypeScript-based MCP server that enables testing of REST APIs through Cline. This tool allows you to test and interact with any REST API endpoints directly from your development environment.Last updated -18459JavaScriptMIT License
- AsecurityFlicenseAqualityA TypeScript-based MCP server designed for experimentation and integration with Calude Desktop and Cursor IDE, offering a modular playground for extending server capabilities.Last updated -26937JavaScript
- AsecurityFlicenseAqualityAn MCP server that integrates FindMine's product styling and outfit recommendation capabilities with Claude and other MCP-compatible applications, allowing users to browse products, get outfit recommendations, find similar items, and access style guidance.Last updated -36711JavaScript