Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (wujie-mirror-coze-mcp-server) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Wujie Mirror Face Swap MCP Server
一个基于无界魔镜开放平台的AI换脸MCP服务,提供专业的换脸功能。
功能特性
- 单张图片换脸: 支持单张图片的AI换脸操作
- 人脸检测: 提供人脸检测和识别功能
安装依赖
npm install环境配置
- 设置无界AI API密钥:
export WUJIEAI_API_KEY=your_api_key_here- 或者创建
.env文件:
WUJIEAI_API_KEY=your_api_key_here使用方法
启动服务
npm start