A
securityA
licenseA
qualityA TypeScript-based MCP server utilizing the UseScraper API to provide web scraping capabilities, allowing users to extract content from webpages in various formats.
Last updated -
1
1
JavaScript
MIT License
Implements a virtual try-on service for clothes using the HeyBeauty API, allowing users to visualize how clothing items would look on them through image processing.
HeyBeauty虚拟试穿
这是一个基于 TypeScript 的 MCP 服务器,使用 HeyBeauty API 实现虚拟试妆。它通过以下方式演示了 MCP 的核心概念:
cloth://
URI列出并访问衣服submit_tryon_task
- 提交尝试任务query_tryon_task
- 查询 tryon 任务tryon_cloth
- 特赖恩布cloth://
- 衣服的 URI安装依赖项:
构建服务器:
对于使用自动重建的开发:
要与 Claude Desktop 一起使用,请添加服务器配置:
在 MacOS 上: ~/Library/Application Support/Claude/claude_desktop_config.json
在 Windows 上: %APPDATA%/Claude/claude_desktop_config.json
按照此文档获取 HeyBeauty API Key 。
由于 MCP 服务器通过 stdio 进行通信,调试起来可能比较困难。我们推荐使用MCP Inspector ,它以包脚本的形式提供:
检查器将提供一个 URL 来访问浏览器中的调试工具。