Back to Apps

Face Generator
by dasheck0
Generate realistic human face images with custom shapes and sizes via MCP
0 stars
Works in:claude
Exposes:Tools
What it does
Connects the AI to a face generation service (thispersondoesnotexist.com) to create realistic human profile images on demand.
Tools
generate_face: Generates human faces with customizable width, height, shape (square, circle, rounded), and count.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"face-generator": {
"command": "node",
"args": ["/path/to/face-generator/build/index.js"]
}
}
}
Supported hosts
- Claude Desktop
- Cline (VS Code)
Quick install
npm install -g @dasheck0/face-generatorInformation
- Pricing
- free
- Published
- 6/7/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"face-generator": {
"command": "node",
"args": ["/path/to/face-generator/build/index.js"]
}
}
}





