FindMine Shopping Stylist
@findmine
FindMine Shopping Stylist について
MCP server for FindMine's product styling AI
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"findmine-mcp": {
"command": "npx",
"args": [
"findmine-mcp"
]
}
}
}ツール
3Access detailed fashion advice and styling guidelines
Get outfit recommendations for a product
Find visually similar products
概要
What is FindMine Shopping Stylist?
FindMine Shopping Stylist is a Model Context Protocol (MCP) server that integrates FindMine’s product styling and outfitting recommendations with Claude and other MCP-compatible applications. It connects to FindMine’s styling API and exposes functionality such as product browsing, outfit recommendations, and visually similar product discovery to large language models.
How to use FindMine Shopping Stylist?
Install via npx findmine-mcp (recommended), global npm install, Docker, or clone and build from source. Set the FINDMINE_APP_ID environment variable (a demo ID is provided). The server auto‑configures Claude Desktop during installation. For development, run with NODE_ENV=development to use sample data.
Key features of FindMine Shopping Stylist
- Provides product details via
product:///URIs and outfit recommendations vialook:///URIs. - Offers three tools:
get_style_guide,get_complete_the_look, andget_visually_similar. - Includes three prompts:
outfit_completion,styling_guide, andfindmine_help. - Supports configurable caching (enabled by default, 1‑hour TTL).
- Built with MCP SDK 1.24.2, Zod validation, and 100% test coverage on utilities.
- Fully customizable style guide content in
src/content/style-guides.ts.
Use cases of FindMine Shopping Stylist
- Get complete outfit recommendations for a specific product.
- Find products visually similar to a given item.
- Access fashion styling guidelines and brand‑specific advice.
- Automate product search and styling advice in AI‑powered shopping assistants.
FAQ from FindMine Shopping Stylist
What do I need to run FindMine Shopping Stylist?
You need Node.js to run via npx or global install, or Docker, plus a FindMine application ID set as the FINDMINE_APP_ID environment variable.
How can I customize the styling advice?
The style guide content in src/content/style-guides.ts can be edited. You can modify existing categories or add new ones by extending the styleGuides object.
Does the server support caching?
Yes. Response caching is enabled by default and can be controlled via the FINDMINE_CACHE_ENABLED and FINDMINE_CACHE_TTL_MS environment variables (default TTL is 1 hour).
What testing tools are used?
The project uses Vitest for testing (unit tests in __tests__/ directories) and provides scripts for watch mode, one‑run tests, and coverage reports.
How do I deploy FindMine Shopping Stylist?
It can be published to npm (npm publish) or Docker Hub (docker push findmine/mcp-server:latest). Environment variables are set at runtime.
「その他」の他のコンテンツ
Blender
ahujasidOpen-source MCP to use Blender with any LLM
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

EverArt
modelcontextprotocolModel Context Protocol Servers
Awesome Mlops
visengerA curated list of references for MLOps
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
コメント