The Face Generator MCP Server enables applications to generate realistic human face images on demand using thispersondoesnotexist.com. You can:
- Generate customizable human face images
- Specify parameters including number of images (1-10), dimensions (64-1024 pixels), and shape (square, circle, or rounded)
- Customize border radius for rounded images
- Save images to a specified directory with custom or timestamp-based filenames
- Return images as base64-encoded content
- Integrate with Cline VS Code extension for development workflows
- Run in development mode with MCP inspector for debugging
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
Usage
As an MCP Server
- Start the server:
- 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
License
MIT
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
Generates realistic human face images that don't represent real people, offering various output shapes, configurable dimensions, and batch generation capabilities.
Related Resources
Related MCP Servers
- -securityAlicense-qualityProvides image generation capabilities using the Flux Schnell model on Replicate, allowing users to create images from text prompts.Last updated -1JavaScriptMIT License
- -securityAlicense-qualityProvides 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 -7733JavaScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that provides image generation capabilities using Google's Gemini 2 API, allowing users to generate multiple images with customizable parameters like prompts, aspect ratios, and person generation settings.Last updated -13JavaScriptMIT License
- -securityAlicense-qualityPowerful image generation system leveraging multiple Stable Diffusion models (flux-schnell, flux-dev, sdxl, sd3, sd15) for creating high-quality AI-generated images with precise customization.Last updated -14MIT License