On-premise face recognition MCP server for 3DiVi Face SDK. No cloud required.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Face Recognition MCP Server.
detect_facesBounding boxes, landmarks, pitch/yaw/roll
check_livenessLiveness verdict + confidence
assess_qualityQuality score, eyes-open flag
extract_templateContextTemplate (binary, no PII)
verify_face1:1 similarity score + match verdict
search_face1:N ranked match list
The face recognition MCP server for AI-native development.
On-premise Β· GDPR-compliant Β· ISO 30107-3 liveness Β· No cloud dependency.
A local Model Context Protocol server that wraps the 3DiVi Face SDK Processing Block API as callable tools. AI coding agents (Claude Code, Cursor, Windsurf, VS Code Copilot) can detect faces, verify identity, run liveness checks, and search a face gallery β without writing a single line of SDK integration code.
All processing runs on the developer's machine. No data leaves the host.
| Tool | Processing Block | Output |
|---|---|---|
detect_faces | FACE_DETECTOR | Bounding boxes, landmarks, pitch/yaw/roll |
check_liveness | LIVENESS_ESTIMATOR | Liveness verdict + confidence |
assess_quality | QUALITY_ASSESSMENT_ESTIMATOR | Quality score, eyes-open flag |
extract_template | FACE_TEMPLATE_EXTRACTOR | ContextTemplate (binary, no PII) |
verify_face | VERIFICATION_MODULE | 1:1 similarity score + match verdict |
search_face | MATCHER_MODULE + DynamicTemplateIndex | 1:N ranked match list |
estimate_attributes | AGE_ESTIMATOR + GENDER_ESTIMATOR | Age, gender, confidence |
estimate_emotion | EMOTION_ESTIMATOR | 7-class emotion probabilities |
detect_mask | MASK_ESTIMATOR | Masked/unmasked verdict |
Add to your claude_desktop_config.json (or equivalent for your agent):
Open Claude Code in any project and type:
Claude Code will call the MCP tools directly. No SDK integration code required.
Privacy regulations (GDPR, BIPA, India DPDP) prohibit sending biometric data to third-party cloud APIs in many regulated industries. This MCP server runs entirely local β the SDK shared libraries process images in-process, and no biometric data is transmitted anywhere.
The only competing biometric MCP server in the registry is Microsoft Azure's liveness wrapper, which requires Azure cloud. This server requires nothing beyond the SDK licence you already have.
See docs/threshold-guide.md for use-case-specific recommendations.
| Use case | Recommended threshold |
|---|---|
| Physical access control | 0.97 |
| Enterprise time/attendance | 0.95 |
| KYC / onboarding | 0.93 |
| Visitor watchlist | 0.90 |
| Retail re-identification | 0.85 |
MIT β the MCP server is open source. The underlying 3DiVi Face SDK requires a separate licence from 3divi.ai.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/face-recognition-mcp-server)<a href="https://allmcps.com/mcp/face-recognition-mcp-server"><img src="https://allmcps.com/api/badge/face-recognition-mcp-server?style=directory" alt="Face Recognition MCP Server on AllMCPs" /></a>