
Face Generator
MCP server for generating human face images with various shapes and sizes
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install dasheck0/face-generator -c claude
This command will automatically install and configure the Face Generator MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
After opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"Face Generator": {
"command": "npx",
"args": [
"-y",
"@dasheck0/face-generator"
],
"env": {}
}
}
}
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_face
tool 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
Details:
Stars
4Forks
4Last commit
4 months agoRepository age
6 monthsLicense
MIT
Auto-fetched from GitHub .
MCP servers similar to Face Generator:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit