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
Face Generator
by dasheck0
Project Details
- dasheck0/face-generator
- @dasheck0/face-generator
- MIT License
- Last Updated: 4/16/2025
Recomended MCP Servers
🧩
MCP-Server
mcp-server
🧩
MCP Server Basic Example
IoTDB
Apache IoTDB
🧩
LLM Context
Share code with LLMs via Model Context Protocol or clipboard. Rule-based customization enables easy switching between different tasks...
🧩
Damn Vulnerable Model Context Protocol
🧩
PostgreSQL Database Management Server
Crawl4AI RAG Server
Web Crawling and RAG Capabilities for AI Agents and AI Coding Assistants
MongoDB Mongoose Server
🧩
China Stock MCP Server
Atom of Thoughts
Atom of Thoughts (AoT) MCP is a server that decomposes complex problems into independent atomic units of thought,...
Travel Planner Server
Same-Entity Verification
MCP (Model Context Protocol) server for identifying whether two sets of data are from the same entity. 识别两组数据是否来自同一主体的MCP服务器





