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. ツールパラメータ
        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