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