Face Client Claude Desktop Config
Add the Face Client MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"azure-com-cognitiveservices-face": {
"command": "npx",
"args": [
"-y",
"@mcp/azure-com-cognitiveservices-face"
],
"env": {
"FACE_CLIENT_API_KEY": "your_face_client_api_key"
}
}
}
}Environment Variables
FACE_CLIENT_API_KEYReplace your_face_client_api_key with your actual 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