MCP server for generating human face images with various shapes and sizes
Face Generator MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. MCP server for generating human face images with various shapes and sizes.
This guide is designed for beginners, so we'll walk through everything step-by-step. We'll cover:
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Once Face Generator is connected, these are the calls the assistant has available:
Double — check the settings in cline_mcp_settings.json. It must be the correct path to the index.js fileoutputDir — (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)returnImageContent — Return image as base64 encoded content instead of file path (default: false)This sits in the file and storage access group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Face Generator's toolset — Double, outputDir, fileName and 6 more — is a fair guide to whether it matches your workflow. It is maintained by dasheck0; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Face Generator's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Double | check the settings in cline_mcp_settings.json. It *must* be the correct path to the index.js file. |
| outputDir | (required) Directory to save the images |
| fileName | 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) |
| returnImageContent | Return image as base64 encoded content instead of file path (default: false) |
Scoped local file access — read, write, search and reorganise files in directories you explicitly allow.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Chat with your second brain — search, read and write vault notes through the Local REST API.
Connects AI models to an Obsidian knowledge base for direct access and manipulation of notes and folders.