Face Generator MCP Server
by dasheck0
local-only server
The server can only run on the client’s local machine because it depends on local resources.
Integrations
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
Copy
Usage
As an MCP Server
- Start the server:
Copy
- 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
Copy
License
MIT
You must be authenticated.
Generates realistic human face images that don't represent real people, offering various output shapes, configurable dimensions, and batch generation capabilities.