Face-ID Photo Fusion MCP Server
Utilizes the Flux-fill model for AI-powered face and background fusion, enabling seamless integration of facial images into ID photo backgrounds
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Face-ID Photo Fusion MCP Servermerge face from selfie.jpg with passport_background.png and save to my_docs folder"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Readme
该项目提供了一个MCP服务器,该服务器可以接受本地指定的人脸图像和证件图像,并交由指定的Comfyui服务器进行人脸与背景的融合,最终在本地保存融合的结果。
项目框架
├── README.md
├── requirements.txt
├── server.py MCP服务器
├── source_test.png 人脸图像示例
├── target_test.jpg 证照图像示例
├── 4.jpg 返回结果示例
└── mask_to_box_node.py 仿射变换模块Related MCP server: ComfyUI MCP Server
使用方法
1. 安装依赖
pip install -r requirements.txt2. 安装Comfyui相关插件和模型
包含APersonMaskGenerator插件和使用到的flux-fill模型
3. 修改参数
修改server_address为自己的MCP服务器地址
修改mcp.run()中的MCP服务器端口和路径
如有需要,可以适当修改仿射变换中的目标区域坐标dst_pts
4. 运行
python server.pyMCP Client
以Claude为例,在claude_desktop_config.json文件中添加以下内容,替换为自己的MCP server地址
{
"mcpServers": {
"FLUX": {
"command": "npx",
"args": ["mcp-remote", "http://your mcp server address"]
}
}
}示例
提示词需包含三个参数,人脸图像路径,证照图像路径和保存文件夹路径。
source的路径为"D:\study\2025Autumn\code\source_test.jpg",target的文件路径为"D:\study\2025Autumn\code/target_test.jpg",帮我使用flux模型进行人脸与背景的融合,并保存到"D:\study\code\mayi\output"文件夹中返回结果
待改进方向
初次运行时由于要加载大模型,mcp server端运行时间较长,大模型端可能会报错
No result received from client-side tool execution.(但最后成功保存结果没有问题)flux模型填充效果 可以通过调整prompt等参数优化
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceA server that accepts image URLs and analyzes their content using GPT-4-turbo, enabling Claude AI assistants to understand and describe images through natural language.2168MIT
- AlicenseBqualityDmaintenanceA server that integrates ComfyUI with MCP, allowing users to generate images and download them through natural language interactions.422Apache 2.0
- Flicense-qualityCmaintenanceBridges Claude Desktop to local and remote ComfyUI instances, enabling health checks, model listing, workflow queuing, status polling, and output retrieval.
- Flicense-qualityCmaintenanceAn AI-powered MCP server that extracts structured data from Indian identity documents (Aadhaar, Passport, PAN, Driving License) using OCR, enabling Claude Desktop to read and process document images locally.
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server for NanoBanana AI image generation and editing
MCP server for Flux AI image generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/boluoyanshu/mcpserver'
If you have feedback or need assistance with the MCP directory API, please join our Discord server