- Explore MCP Servers
- face-generator
Face Generator
What is Face Generator
Face-generator is an MCP server designed to generate human face images with various shapes and sizes using the technology from https://thispersondoesnotexist.com.
Use cases
Use cases include creating avatars for games, generating profile pictures for social media, designing characters for animations, and producing images for marketing materials.
How to use
To use face-generator, start the server with the command ‘npx face-generator’ and utilize the ‘generate_face’ tool through an MCP client, specifying parameters such as output directory, image count, dimensions, and shape.
Key features
Key features include the ability to generate human face images, support for multiple output shapes (square, circle, rounded rectangle), configurable image dimensions, transparent backgrounds for non-square shapes, and batch generation of multiple images.
Where to use
Face-generator can be used in various fields such as game development, virtual reality, digital art, and any application requiring realistic human face images.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Face Generator
Face-generator is an MCP server designed to generate human face images with various shapes and sizes using the technology from https://thispersondoesnotexist.com.
Use cases
Use cases include creating avatars for games, generating profile pictures for social media, designing characters for animations, and producing images for marketing materials.
How to use
To use face-generator, start the server with the command ‘npx face-generator’ and utilize the ‘generate_face’ tool through an MCP client, specifying parameters such as output directory, image count, dimensions, and shape.
Key features
Key features include the ability to generate human face images, support for multiple output shapes (square, circle, rounded rectangle), configurable image dimensions, transparent backgrounds for non-square shapes, and batch generation of multiple images.
Where to use
Face-generator can be used in various fields such as game development, virtual reality, digital art, and any application requiring realistic human face images.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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
- Start the server:
npx face-generator
- Use the
generate_facetool through an MCP client.
Tool Parameters
outputDir: (required) Directory to save the imagesfileName: 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
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










