Face Transform MCP server — detect keypoints, beautify, age/gender transform, face swap, cartoonize, liveness detection. Powered by AceDataCloud.
claude mcp add facetransformmcp -- python -m mcp-face-transform{
"mcpServers": {
"facetransformmcp": {
"command": "python",
"args": ["-m", "mcp-face-transform"],
"env": {
"ACEDATACLOUD_API_TOKEN": "<acedatacloud_api_token>"
}
}
}
}ACEDATACLOUD_API_TOKENMCP Servers overview
# MCP Face Transform Server
<!-- mcp-name: io.github.AceDataCloud/mcp-face-transform -->
A [Model Context Protocol](https://modelcontextprotocol.io) (MCP) server that
exposes the AceDataCloud Face Transform API — face keypoint detection,
beautification, age/gender transform, face swap, cartoonization, and liveness
detection.
> **Status:** All Face APIs are currently in **Alpha**. Interfaces may evolve.
## Features
- **Keypoint detection** — 90+ landmarks per face, multi-face supported
- **Beautification** — smoothing, whitening, face slimming, eye enlarging
- **Age transform** — age or de-age a portrait
- **Gender transform** — swap perceived facial gender characteristics
- **Face swap** — move a source face onto a target image (with optional async webhook)
- **Cartoonize** — render a portrait in animated / cartoon style
- **Liveness detection** — distinguish live captures from printed / screen photos
## Installation
```bash
pip install mcp-face-transform
```
## Configuration
Set your AceDataCloud API token:
```bash
export ACEDATACLOUD_API_TOKEN=your_token_here
```
Get your token from [https://platform.acedata.cloud](https://platform.acedata.cloud).
## Usage
### stdio mode (default)
```bash
mcp-face-transform
```
### HTTP mode
```bash
mcp-face-transform --transport http --port 8000
```
## Tool Reference
| Tool | Description |
|------|-------------|
| `face_detect_keypoints` | Detect 90+ keypoints per face (multi-face supported). |
| `face_beautify` | Smoothing, whitening, face slimming, and eye enlarging. |
| `face_change_age` | Age or de-age a portrait. |
| `face_change_gender` | Swap perceived facial gender characteristics. |
| `face_swap` | Move a source face onto a target image (with optional async webhook). |
| `face_cartoonize` | Render a portrait in cartoon / animated style. |
| `face_detect_liveness` | Distinguish a live capture from a printed / screen photo. |
| `face_get_usage_guide` | Concise client-side tool usage reference. |
## Example
```text
"Detect all faces in https://example.com/group.jpg and return their keypoints."
→ face_detect_keypoints(image_url="https://example.com/group.jpg")
"Lighten and smooth my portrait."
→ face_beautify(image_url="https://example.com/me.jpg", smoothing=15, whitening=25)
"Replace the face in the scene with the headshot."
→ face_swap(
source_image_url="https://example.com/headshot.jpg",
target_image_url="https://example.com/scene.jpg",
)
```
## Configuration in Claude Desktop / Claude Code
```json
{
"mcpServers": {
"face-transform": {
"command": "uvx",
"args": ["mcp-face-transform"],
"env": {
"ACEDATACLOUD_API_TOKEN": "your_api_token_here"
}
}
}
}
```
Or use the hosted endpoint with bearer auth:
```json
{
"mcpServers": {
"face-transform": {
"url": "https://face.mcp.acedata.cloud/mcp",
"headers": {
"Authorization": "Bearer your_api_token_here"
}
}
}
}
```
## Development
```bash
pip install -e ".[dev,test]"
pytest --cov=core --cov=tools
ruff check .
```
## License
MIT — see [LICENSE](LICENSE).
What people ask about FaceTransformMCP
What is AceDataCloud/FaceTransformMCP?
+
AceDataCloud/FaceTransformMCP is mcp servers for the Claude AI ecosystem. Face Transform MCP server — detect keypoints, beautify, age/gender transform, face swap, cartoonize, liveness detection. Powered by AceDataCloud. It has 0 GitHub stars and was last updated today.
How do I install FaceTransformMCP?
+
You can install FaceTransformMCP by cloning the repository (https://github.com/AceDataCloud/FaceTransformMCP) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is AceDataCloud/FaceTransformMCP safe to use?
+
AceDataCloud/FaceTransformMCP has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.
Who maintains AceDataCloud/FaceTransformMCP?
+
AceDataCloud/FaceTransformMCP is maintained by AceDataCloud. The last recorded GitHub activity is from today, with 6 open issues.
Are there alternatives to FaceTransformMCP?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy FaceTransformMCP to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/acedatacloud-facetransformmcp)<a href="https://claudewave.com/repo/acedatacloud-facetransformmcp"><img src="https://claudewave.com/api/badge/acedatacloud-facetransformmcp" alt="Featured on ClaudeWave: AceDataCloud/FaceTransformMCP" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!