local-only server
The server can only run on the client’s local machine because it depends on local resources.
Integrations
人脸生成器 MCP 服务器
使用https://thispersondoesnotexist.com生成人脸图像的模型上下文协议 (MCP) 服务器。
特征
- 生成人脸图像
- 多种输出形状:正方形、圆形、圆角矩形
- 可配置图像尺寸
- 非方形的透明背景
- 批量生成多幅图像
安装
Copy
用法
作为 MCP 服务器
- 启动服务器:
Copy
- 通过 MCP 客户端使用
generate_face
工具。
工具参数
outputDir
:(必需)保存图像的目录fileName
:可选文件名(默认为时间戳)count
:要生成的图像数量(默认值:1)width
:图像宽度(以像素为单位)(默认值:256)height
:图像高度(以像素为单位)(默认值:256)shape
:图像形状(方形|圆形|圆形,默认:方形)borderRadius
:圆角的边框半径(默认值:32)
例子
Copy
执照
麻省理工学院