Skip to main content
Glama

Face Generator MCP Server

by dasheck0

人脸生成器 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" }

执照

麻省理工学院

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

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

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

  1. 特征
    1. 安装
      1. 用法
        1. 作为 MCP 服务器
        2. 工具参数
      2. 例子
        1. 执照

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that enables high-quality image generation using the Flux.1 Schnell model via Together AI with customizable parameters.
            Last updated -
            1
            29
            8
            JavaScript
            MIT License
          • -
            security
            A
            license
            -
            quality
            Provides image generation capabilities using the Flux Schnell model on Replicate, allowing users to create images from text prompts.
            Last updated -
            1
            JavaScript
            MIT License
          • -
            security
            A
            license
            -
            quality
            Provides image generation capabilities for Claude using the Replicate Flux model, allowing users to create images from text prompts with customizable parameters like aspect ratio and output format.
            Last updated -
            145
            19
            JavaScript
            MIT License
            • Apple
          • -
            security
            F
            license
            -
            quality
            An MCP image generation server based on the Flux Schnell model that provides API access for generating images from text prompts with customizable dimensions and seeds.
            Last updated -
            1
            Python
            • Linux
            • Apple

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/dasheck0/face-generator'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server