Developer ToolsAuto-generated
Face Client MCP Server
An API for face detection, verification, and identification.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-cognitiveservices-face
Environment Variables
FACE_CLIENT_API_KEYExample: your_face_client_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-cognitiveservices-face": {
"command": "npx",
"args": ["-y","@mcp/azure-com-cognitiveservices-face"],
"env": {
"FACE_CLIENT_API_KEY": "your_face_client_api_key"
}
}
}
}Endpoints
POST
/detectFace_DetectWithUrl
GET
/facelistsFaceList_List
GET
/facelists/{faceListId}FaceList_Get
PUT
/facelists/{faceListId}FaceList_Create
DELETE
/facelists/{faceListId}FaceList_Delete
PATCH
/facelists/{faceListId}FaceList_Update
POST
/facelists/{faceListId}/persistedfacesFaceList_AddFaceFromUrl
DELETE
/facelists/{faceListId}/persistedfaces/{persistedFaceId}FaceList_DeleteFace
POST
/findsimilarsFace_FindSimilar
POST
/groupFace_Group