HeyBeauty MCP Server
About
Perform virtual try-ons using the HeyBeauty API.
Details
- Author
- chatmcp
- GitHub stars
- 19
- Downloads
- 634
- Categories
- Developer Tools, Other
Jump to
- Virtual try‑on via the HeyBeauty API
- Resources: clothes with id, name, description, image URL, and metadata
- Tools: submit try‑on tasks and query task info
- Prompts: structured LLM prompt for try‑on
- Supports cloth:// URIs for simple content access
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
HeyBeauty MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Apply for a HeyBeauty API Key, then add the server configuration to your MCP client’s config file (e.g., Claude Desktop). Use the npx -y heybeauty-mcp command with the HEYBEAUTY_API_KEY environment variable, or run the built node server directly. Invoke the submit_tryon_task or query_tryon_task tools, or use the tryon_cloth prompt.
submit_tryon_task
Submit a tryon task with user image url and cloth image url
query_tryon_task
Query a tryon task with task id
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"heybeauty mcp server": {
"heybeauty-mcp": {
"command": "npx",
"args": [
"-y",
"heybeauty-mcp"
],
"env": {
"HEYBEAUTY_API_KEY": "your-heybeauty-api-key"
}
}
}
}
}
McpServers
{
"heybeauty-mcp": {
"command": "npx",
"args": [
"-y",
"heybeauty-mcp"
],
"env": {
"HEYBEAUTY_API_KEY": "your-heybeauty-api-key"
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





