PluginBench
MCP Server

YouCam for Fashion & Retail MCP Server

com.makeupar/fashion

What is the YouCam for Fashion & Retail MCP server?

Provides YouCam API for virtual try-on of clothing, jewelry, and watches.

How to install YouCam for Fashion & Retail

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • Authorization
    required
    secret

    Include your API key in the request header using Bearer Token.

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "fashion": {
      "url": "https://mcp-api-01.makeupar.com/mcp/fashion"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "fashion": {
      "serverUrl": "https://mcp-api-01.makeupar.com/mcp/fashion"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "fashion": {
      "type": "http",
      "url": "https://mcp-api-01.makeupar.com/mcp/fashion"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "fashion": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp-api-01.makeupar.com/mcp/fashion"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http fashion https://mcp-api-01.makeupar.com/mcp/fashion

Related MCP servers

Provides YouCam API for skin, face & body analysis, beauty/makeup try-on, and hair & beard styling.

Provides YouCam API for AI image and video editing and generation.