フェイスジェネレーターMCPサーバー
https://thispersondoesnotexist.comを使用して人間の顔画像を生成するためのモデルコンテキストプロトコル (MCP) サーバー。
特徴
人間の顔画像を生成する
複数の出力形状: 正方形、円、角丸長方形
設定可能な画像サイズ
正方形以外の図形の透明な背景
複数の画像のバッチ生成
Related MCP server: Gemini MCP Image Generation Server
インストール
npm install @dasheck0/face-generator使用法
MCPサーバーとして
サーバーを起動します。
npx face-generatorMCP クライアントを通じて
generate_faceツールを使用します。
ツールパラメータ
outputDir: (必須) 画像を保存するディレクトリfileName: オプションのファイル名(デフォルトはタイムスタンプ)count: 生成する画像の数(デフォルト: 1)width: 画像の幅(ピクセル単位)(デフォルト: 256)height: 画像の高さ(ピクセル単位)(デフォルト: 256)shape: 画像の形状(正方形|円|丸型、デフォルト: 正方形)borderRadius: 丸みを帯びた形状の境界の半径(デフォルト: 32)
例
{
"outputDir": "./output",
"count": 3,
"width": 512,
"height": 512,
"shape": "circle"
}ライセンス
マサチューセッツ工科大学
A
license - permissive licenseB
qualityD
maintenanceMaintenance
–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity
Tools
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
