Face Generator MCP Server
@dasheck0
About Face Generator MCP Server
MCP server for generating human face images with various shapes and sizes
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Face Generator MCP Server?
Face Generator MCP Server is a Model Context Protocol (MCP) server that generates realistic human face images on demand by fetching them from thispersondoesnotexist.com. It is designed for integration with MCP clients like the Cline VS Code extension, allowing those tools to create face images programmatically.
How to use Face Generator MCP Server?
Clone the repository, run npm install and npm run build, then start the server with npm run start (standalone) or npm run dev (development/debug mode with Inspector). For Cline integration, add the server configuration to cline_mcp_settings.json pointing to build/index.js.
Key features of Face Generator MCP Server
- Uses
thispersondoesnotexist.comto generate realistic faces - Configurable image count, dimensions, and shape
- Supports square, circle, and rounded shapes
- Can return images as base64 content or file paths
- Easy integration with Cline VS Code extension
- Beginner‑friendly setup and documentation
Use cases of Face Generator MCP Server
- Generate placeholder faces for UI mockups or design projects
- Provide on‑demand face images for AI‑assisted coding tools like Cline
- Create batches of unique face images for testing or data augmentation
FAQ from Face Generator MCP Server
What are the prerequisites?
Node.js (LTS version) and npm are required. Verify installation with node -v and npm -v.
How do I integrate this server with Cline?
Add an entry to cline_mcp_settings.json with the command node and the argument "C:/PATH_TO/mcp-face-generator/build/index.js" (adjust the path). Restart VS Code and the server should appear in the MCP Servers panel.
What parameters does the generate_face tool accept?
outputDir (required), fileName, count (default 1), width (default 256), height (default 256), shape (square|circle|rounded, default square), borderRadius (default 32), and returnImageContent (boolean, default false).
What if npm install fails?
Ensure you have an internet connection. Try deleting the node_modules folder and running npm install again. If behind a proxy, configure npm proxy settings.
Why isn’t Cline connecting to the server?
Double‑check the path in cline_mcp_settings.json, make sure the server is running (npm run start), and restart VS Code.
Frequently asked questions
What are the prerequisites?
Node.js (LTS version) and npm are required. Verify installation with `node -v` and `npm -v`.
How do I integrate this server with Cline?
Add an entry to `cline_mcp_settings.json` with the command `node` and the argument `"C:/PATH_TO/mcp-face-generator/build/index.js"` (adjust the path). Restart VS Code and the server should appear in the MCP Servers panel.
What parameters does the `generate_face` tool accept?
`outputDir` (required), `fileName`, `count` (default 1), `width` (default 256), `height` (default 256), `shape` (square|circle|rounded, default square), `borderRadius` (default 32), and `returnImageContent` (boolean, default false).
What if `npm install` fails?
Ensure you have an internet connection. Try deleting the `node_modules` folder and running `npm install` again. If behind a proxy, configure npm proxy settings.
Why isn’t Cline connecting to the server?
Double‑check the path in `cline_mcp_settings.json`, make sure the server is running (`npm run start`), and restart VS Code.
Basic information
More Developer Tools MCP servers

Foremerge
naw103Catch intent conflicts before code conflicts. The open-source coordination protocol for coding agents, built above Git.

Skycloak
Manage your Skycloak-hosted Keycloak: clusters, realms, apps, SSO and users, from any MCP client.

CircleCI MCP Server
CircleCIManage CI/CD pipelines, debug failed builds, and optimize test suites directly from your AI agents - no terminal required. The CircleCI MCP Server is a remote server hosted by CircleCI that connects AI tools and agents

SSH MCP Server
hypnosisSSH MCP server for AI agents: remote commands, file transfer, log search and server audits through OpenSSH.

Apiosk
obcraftAI-native payments for tools and APIs. Discover, pay for, execute, and publish monetized APIs directly from your agent, settled per call in USDC over x402, through the Model Context Protocol. payments · finance · x402 ·
Comments