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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Generates human face images based on specified parameters. Parameters: outputDir (string, required), fileName (string, optional), count (number, default: 1), width (number, default: 256), height (number, default: 256), shape (string, default: square, options: square|circle|rounded), borderRadius (number, default: 32)