Face Generator MCP Server

by dasheck0

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).

Face Generator MCP Server

A Model Context Protocol (MCP) server for generating human face images using https://thispersondoesnotexist.com.

Features

  • Generate human face images
  • Multiple output shapes: square, circle, rounded rectangle
  • Configurable image dimensions
  • Transparent backgrounds for non-square shapes
  • Batch generation of multiple images

Installation

npm install @dasheck0/face-generator

Usage

As an MCP Server

  1. Start the server:
npx face-generator
  1. Use the generate_face tool through an MCP client.

Tool Parameters

  • outputDir: (required) Directory to save the images
  • fileName: Optional file name (defaults to timestamp)
  • count: Number of images to generate (default: 1)
  • width: Image width in pixels (default: 256)
  • height: Image height in pixels (default: 256)
  • shape: Image shape (square|circle|rounded, default: square)
  • borderRadius: Border radius for rounded shape (default: 32)

Example

{ "outputDir": "./output", "count": 3, "width": 512, "height": 512, "shape": "circle" }

License

MIT

You must be authenticated.

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

local-only server

The server can only run on the client's local machine because it depends on local resources.

Generates realistic human face images that don't represent real people, offering various output shapes, configurable dimensions, and batch generation capabilities.

  1. Features
    1. Installation
      1. Usage
        1. As an MCP Server
        2. Tool Parameters
      2. Example
        1. License

          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
            13
            5
            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 -
            Python
            • Linux
            • Apple

          View all related MCP servers

          ID: 0v6oomxing