fashio-mcp
Officialfashio-mcp
Fashio API用のMCP(Model Context Protocol)サーバー — Claude、Cursor、その他のMCP対応エージェントが、ツール呼び出しとしてモデル着用のファッション写真を直接生成できるようにします。
Fashioは、AIを使って衣服や商品の写真を、公開可能なEコマース用の写真と動画に変換します — バーチャル試着、カタログパック、背景除去、アップスケーリング、リフレーミングなど。このパッケージは、その公開v1 REST API向けの公式MCPクライアントです。
これは薄いラッパーです:ここにあるすべてのツールは、curlスクリプトが呼び出すのと同じ公開api.fashiolabs.com v1 REST APIを呼び出します。ローカルのビジネスロジックはありません — APIが唯一の情報源(ソース・オブ・トゥルース)です。
セットアップ
fashiolabs.com → Profile → API Keysで無料のAPIキーを作成します。
FashioをMCPクライアントに追加します — 以下の2つのオプションのいずれかを選択してください。
オプションA — リモート(ホスト型、インストール不要)
mcp.fashiolabs.comは、この同じサーバーをホスト型HTTPエンドポイントとして実行します — インストールは不要で、キーをベアラートークンとして指定してURLを追加するだけです:
{
"mcpServers": {
"fashio": {
"url": "https://mcp.fashiolabs.com/mcp",
"headers": {
"Authorization": "Bearer fio_live_..."
}
}
}
}(正確な設定UI/フィールド名はクライアントによって異なります — Claude Desktop、Claude Code、Cursorは、2026年時点でいずれもカスタムヘッダー付きURLによるリモート/HTTP MCPサーバーの追加をサポートしています。)
オプションB — ローカル(このパッケージ、stdio)
ホスト型エンドポイントの代わりに自分のマシンで実行されます — 同じツール、同じ課金です。
Claude Desktop / Claude Code
claude_desktop_config.json(Claude Codeの場合は.mcp.json):
{
"mcpServers": {
"fashio": {
"command": "npx",
"args": ["-y", "fashio-mcp"],
"env": {
"FASHIO_API_KEY": "fio_live_..."
}
}
}
}ソースからの実行
git clone https://github.com/fashiolabs/fashio-mcp.git
cd fashio-mcp
npm install
npm run build次に、クライアントの設定で、npxの代わりにビルド済みエントリポイントを指定します:
{
"mcpServers": {
"fashio": {
"command": "node",
"args": ["/absolute/path/to/mcp-server/dist/index.js"],
"env": { "FASHIO_API_KEY": "fio_live_..." }
}
}
}Related MCP server: Photo AI Studio MCP Server
ツール
ツール | 説明 |
|
|
| AI人物モデルカタログを閲覧します( |
| ロケーション/背景カタログを閲覧します( |
| ポーズカタログを閲覧します( |
| ローカルファイル(jpg/png/webp、最大8MB)をアップロードし、使用可能なURLを返します。 |
| ジョブを開始します — |
|
|
| キーを所有するアカウントのメール、プラン、ダイヤモンド(クレジット)残高、更新日。 |
| 完了した生成結果の |
|
|
| 保存済みのプリセットを削除します。 |
| Fashio自身が厳選した「ready photoshoot」ライブラリ(モデル+ロケーション+固定ポーズ)を閲覧します — 上記の自分で保存したプリセットとは異なる、より大きなカタログです。 |
| 厳選されたセットを1件取得します(全ショットリストを含む)。 |
| 厳選されたフォトシュートセットの全ショット(または選択したサブセット)に商品写真を適用します — ショットごとに1枚の画像が生成され、ショットごとに課金されます。 |
これらのツールがラップする完全なエンドポイントリファレンスはdocs.fashiolabs.comを、LLMが一読できるように書かれたプレーンテキスト版はdocs.fashiolabs.com/llms-full.txtを参照してください — 各toolIdが必要とするimages.*フィールドも含まれます。
課金
別途のMCPプランやAPIプランはありません。create_generationを呼び出すたびに、APIキーを所有するアカウントからダイヤモンド(Fashioのクレジット単位)が差し引かれます — アプリやダッシュボードから生成した場合とまったく同じです。生成に失敗した場合、ダイヤモンドは自動的に返金されます。
開発
npm run dev # tsc --watch
npm run build
npm start # runs dist/index.js directly (expects FASHIO_API_KEY in env)リンク
fashiolabs.com — 製品
docs.fashiolabs.com — 完全なAPIリファレンス
fashiolabs.com/mcp — MCPセットアップガイド
fashiolabs.com/pricing — プラン&クレジットパック
ライセンス
MIT — LICENSEを参照してください。
Maintenance
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
- AlicenseAqualityDmaintenanceLets MCP-compatible hosts like Claude and Cursor use Lunaar's AI building blocks — including sketch-to-render, virtual try-on, jewelry/glasses compositing, body measurement extraction, image-to-3D, AR viewer publishing, and upscaling — as native tools called by name from chat.1419MIT
- AlicenseAqualityDmaintenanceEnables AI photo generation, editing, and video creation from MCP-compatible clients like Claude Desktop, Cursor, and Windsurf.87MIT
- AlicenseAqualityBmaintenanceEnables MCP clients to run 600+ generative AI models from fal.ai, including image, video, audio, and text, with tools for synchronous and asynchronous execution, model catalog browsing, and schema inspection.81MIT
- FlicenseNot gradedqualityCmaintenanceExposes Vadoo AI APIs (video generation, captions, clips, podcasts, etc.) as MCP tools for use with Claude, Cursor, and ChatGPT.
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Create and manage cinematic AI video renders through the Future Video Studio Agent API.
Generate on-brand images from your AI agent: design, edit, and render templates over MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/fashiolabs/fashio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server