JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q55734F
  • License ISC

由无界魔镜开放平台提供的换脸 MCP 服务。A mcp server to face changing with WujieMirror open APIs.

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

    环境配置

    1. 设置无界AI API密钥:
    export WUJIEAI_API_KEY=your_api_key_here
    1. 或者创建 .env 文件:
    WUJIEAI_API_KEY=your_api_key_here

    使用方法

    启动服务

    npm start