Face Generator MCP Server

local-only server

The server can only run on the client’s local machine because it depends on local resources.

Integrations

  • The MCP server can be installed and run via npm, the Node.js package manager, using the package @dasheck0/face-generator.

  • The MCP server supports generating face images in square shape (one of the available shape options alongside circle and rounded rectangle).

人脸生成器 MCP 服务器

使用https://thispersondoesnotexist.com生成人脸图像的模型上下文协议 (MCP) 服务器。

特征

  • 生成人脸图像
  • 多种输出形状:正方形、圆形、圆角矩形
  • 可配置图像尺寸
  • 非方形的透明背景
  • 批量生成多幅图像

安装

npm install @dasheck0/face-generator

用法

作为 MCP 服务器

  1. 启动服务器:
npx face-generator
  1. 通过 MCP 客户端使用generate_face工具。

工具参数

  • outputDir :(必需)保存图像的目录
  • fileName :可选文件名(默认为时间戳)
  • count :要生成的图像数量(默认值:1)
  • width :图像宽度(以像素为单位)(默认值:256)
  • height :图像高度(以像素为单位)(默认值:256)
  • shape :图像形状(方形|圆形|圆形,默认:方形)
  • borderRadius :圆角的边框半径(默认值:32)

例子

{ "outputDir": "./output", "count": 3, "width": 512, "height": 512, "shape": "circle" }

执照

麻省理工学院

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

生成不代表真实人物的逼真的人脸图像,提供各种输出形状、可配置尺寸和批量生成功能。

  1. Features
    1. Installation
      1. Usage
        1. As an MCP Server
        2. Tool Parameters
      2. Example
        1. License
          ID: 0v6oomxing