Integrations
Implements a virtual try-on service for clothes using the HeyBeauty API, allowing users to visualize how clothing items would look on them through image processing.
HeyBeauty MCP サーバー
HeyBeautyバーチャル試着
これは、HeyBeauty APIを使用して仮想試着を実装するTypeScriptベースのMCPサーバーです。以下の機能を提供することで、MCPのコアコンセプトを実証しています。
- URIとメタデータで衣服を表すリソース
- トライオンタスクを送信し、タスク情報を照会するためのツール。
- 試着布のプロンプト。
クイックスタート
- HeyBeauty APIキーを申請する
- MCPクライアント設定ファイルにサーバー設定を追加する
Copy
リソース
- 衣服を
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、メタデータがあります
発達
依存関係をインストールします:
Copy
サーバーを構築します。
Copy
自動リビルドを使用した開発の場合:
Copy
インストール
Claude Desktop で使用するには、サーバー設定を追加します。
MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
Copy
HeyBeauty API キーを取得するには、このドキュメントに従ってください。
デバッグ
MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。
Copy
インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。
Related MCP Servers
- AsecurityAlicenseAqualityA TypeScript-based MCP server utilizing the UseScraper API to provide web scraping capabilities, allowing users to extract content from webpages in various formats.Last updated -11JavaScriptMIT License
- -security-license-qualityAn 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 -71JavaScript
- -security-license-qualityA TypeScript-based server that connects MCP Clients to Dify applications, dynamically exposing Dify applications as tools that can be used directly within the MCP Client.Last updated -2JavaScriptMIT License
- -securityAlicense-qualityA TypeScript framework for building MCP servers with client session management capabilities, supporting tools definition, authentication, image content, logging, and error handling.Last updated -6,371TypeScriptMIT License