Skip to content
MCP-Bridge
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_KEY

Example: 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/detect

Face_DetectWithUrl

GET/facelists

FaceList_List

GET/facelists/{faceListId}

FaceList_Get

PUT/facelists/{faceListId}

FaceList_Create

DELETE/facelists/{faceListId}

FaceList_Delete

PATCH/facelists/{faceListId}

FaceList_Update

POST/facelists/{faceListId}/persistedfaces

FaceList_AddFaceFromUrl

DELETE/facelists/{faceListId}/persistedfaces/{persistedFaceId}

FaceList_DeleteFace

POST/findsimilars

Face_FindSimilar

POST/group

Face_Group