FindMine Shopping Stylist
MCP server for FindMine's product styling AI
Overview
FindMine Shopping Stylist is a Model Context Protocol (MCP) server that integrates FindMine's product styling AI to provide outfit recommendations and styling advice.
To use the FindMine Shopping Stylist, you can install it via npm, Docker, or clone the repository from GitHub. After installation, you can access its features through various API calls.
- Browse product and outfit information - Get outfit recommendations for specific products - Find visually similar products - Access style guidance and fashion advice
- Providing personalized outfit recommendations based on user preferences.
- Assisting users in finding visually similar products to enhance their shopping experience.
- Offering styling advice for various occasions and fashion needs.
Add to your AI client
Use these steps to connect FindMine Shopping Stylist in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"findmine-mcp-findmine": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-findmine-mcp-findmine"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"findmine-mcp-findmine": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-findmine-mcp-findmine"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"findmine-mcp-findmine": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-findmine-mcp-findmine"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"findmine-mcp-findmine": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-findmine-mcp-findmine"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"findmine-mcp-findmine": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-findmine-mcp-findmine"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"findmine-mcp-findmine": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-findmine-mcp-findmine"
]
}
}
}FAQ
How can I install FindMine Shopping Stylist?
You can install it via npm, Docker, or by cloning the repository from GitHub.
What kind of recommendations does it provide?
It provides outfit recommendations, visually similar products, and styling advice.
Is there a way to customize the style guide?
Yes! You can customize the style guide by modifying the content in the source code.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2703,"uuid":"63557888-b18b-407f-b4e7-d9a931337039","name":"findmine-mcp","title":"FindMine Shopping Stylist","description":"MCP server for FindMine's product styling AI","avatar_url":"https://avatars.githubusercontent.com/u/9731566?v=4","created_at":"2025-03-13T09:45:31.388Z","updated_at":"2025-03-13T09:51:01.689Z","status":"created","author_name":"findmine","author_avatar_url":"https://avatars.githubusercontent.com/u/9731566?v=4","tags":"findmine,shopping-stylist,product-recommendation","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/findmine/findmine-mcp","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"1\",\"license\":\"\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-09 03:32:43\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]