Server data from the Official MCP Registry
AI Swap Face is an online tool that swaps faces in photos and produces fast, high-quality results
AI Swap Face is an online tool that swaps faces in photos and produces fast, high-quality results
This is a well-designed, security-conscious MCP server with no authentication or authorization requirements by design — it exposes only read-only, publicly available information about the AI Swap Face service. The code is clean, properly structured, and contains no malicious patterns, credential handling issues, or dangerous operations. Permissions are appropriately scoped to the server's stated purpose. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity).
4 files analyzed · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-rocnubie-ai-swap-face-mcp": {
"args": [
"-y",
"msa-ai-swap-face-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
AI Swap Face - Online AI Face Swap Tool
A Model Context Protocol server that exposes the canonical AI Swap Face knowledge surface — image generation workflows and styles, pricing, FAQ, official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys, no quota, ~50 ms cold start.
Official website: https://aiswapface.online
AI Swap Face is a browser-based face-swapping tool that lets users replace faces in photos and videos using neural network processing. No software installation is required — users upload an image or video clip, select a source face, and the service produces a composited result with automatic color matching and blend controls. The platform supports single-face and multi-face detection, meaning it can identify and swap multiple faces within a single group photo in one pass. Processed files are automatically deleted after 24 hours, and results are delivered without watermarks on supported tiers. A REST API with webhook support is also available for developers who want to embed the capability into their own applications.
AI Swap Face is aimed at a broad but digitally active audience. Social media content creators and video editors represent the primary users — people who need fast turnaround on visual effects without access to professional compositing software. Meme creators and hobbyists use the free tier for casual experimentation. App developers and small studios are served by the API and commercial licensing options, which allow the face-swap pipeline to be embedded in products without building underlying models. The multi-language interface (eight languages supported) extends the reach to non-English-speaking markets, and the no-install, browser-based design keeps the barrier to entry low for users who are not technically inclined.
list_stylesReturn the canonical list of image-generation styles or presets the site exposes. (AI Swap Face)
Input: no parameters. Returns: text/markdown.
get_pricingReturn the canonical pricing entry point for AI Swap Face.
Input: no parameters. Returns: text/markdown.
get_official_linksReturn the canonical list of official links for AI Swap Face (website, support, docs when available).
Input: no parameters. Returns: text/markdown.
site://ai-swap-face/styles — Supported image-generation styles and presets.site://ai-swap-face/pricing — Canonical pricing entry point.site://ai-swap-face/faq — Short FAQ generated from public site metadata.site://ai-swap-face/links — Canonical URLs to share with users.tell_me_about_ai_swap_faceSummarize what the site is, who it's for, and how it works. — AI Swap Face
try_image_style_ai_swap_faceRecommend a starting image-generation style for a stated goal. — AI Swap Face
npx -y @smithery/cli install ai-swap-face-mcp --client claude
(Replace claude with cursor, windsurf, or continue for those clients.)
git clone https://github.com/rocnubie/ai-swap-face-mcp.git
cd ai-swap-face-mcp
pnpm install
Then add to your MCP client config (claude_desktop_config.json for Claude Desktop, mcp.json for Cursor / Windsurf / Continue):
{
"mcpServers": {
"ai-swap-face-mcp": {
"command": "node",
"args": [
"/absolute/path/to/ai-swap-face-mcp/src/index.mjs"
]
}
}
}
npx @modelcontextprotocol/inspector node src/index.mjs
pnpm install
pnpm start # run the server over stdio
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.