This face generator MCP server, developed by Stefan Neidig, provides a tool for generating human face images using thispersondoesnotexist.com. Built with TypeScript and leveraging the Sharp image processing library, it offers customizable image generation with options for shape (square, circle, rounded rectangle), dimensions, and batch processing. The server implements transparent backgrounds for non-square shapes and supports configurable output directories. By abstracting face image generation into a standardized MCP interface, it enables AI systems to easily create diverse sets of realistic human faces. This implementation is particularly useful for applications involving user interface prototyping, avatar creation, and dataset generation for machine learning tasks related to facial recognition or analysis.
Generate human face images with configurable parameters. Parameters: outputDir (string, required), fileName (string, optional), count (number, default: 1), width (number, default: 256), height (number, default: 256), shape (string, default: square), borderRadius (number, default: 32)
No reviews yet. Be the first to review!
Sign in to join the conversation