What is the YouCam for Beauty & Personal Care MCP server?
Provides YouCam API for skin, face & body analysis, beauty/makeup try-on, and hair & beard styling.
How to install YouCam for Beauty & Personal Care
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
AuthorizationrequiredsecretInclude your API key in the request header using Bearer Token.
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"beauty": {
"url": "https://mcp-api-01.makeupar.com/mcp/beauty"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"beauty": {
"serverUrl": "https://mcp-api-01.makeupar.com/mcp/beauty"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"beauty": {
"type": "http",
"url": "https://mcp-api-01.makeupar.com/mcp/beauty"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"beauty": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp-api-01.makeupar.com/mcp/beauty"
]
}
}
}Claude Code
claude mcp add --transport http beauty https://mcp-api-01.makeupar.com/mcp/beautyRelated MCP servers
Provides YouCam API for AI image and video editing and generation.
Provides YouCam API for virtual try-on of clothing, jewelry, and watches.