Skip to main content
Glama

フェイスジェネレーターMCPサーバー

https://thispersondoesnotexist.comを使用して人間の顔画像を生成するためのモデルコンテキストプロトコル (MCP) サーバー。

特徴

  • 人間の顔画像を生成する

  • 複数の出力形状: 正方形、円、角丸長方形

  • 設定可能な画像サイズ

  • 正方形以外の図形の透明な背景

  • 複数の画像のバッチ生成

Related MCP server: Gemini MCP Image Generation Server

インストール

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" }

ライセンス

マサチューセッツ工科大学

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

Latest Blog Posts

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