Cloud InfrastructureAuto-generated
Personalizer Client MCP Server
Personalizer Service is an Azure Cognitive Service that makes it easy to target content and experiences without complex pre-analysis or cleanup of past data. Given a context and featurized content, the Personalizer Service returns which content item to show to users in rewardActionId. As rewards are
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-cognitiveservices-personalizer
Environment Variables
PERSONALIZER_CLIENT_API_KEYExample: your_personalizer_client_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-cognitiveservices-personalizer": {
"command": "npx",
"args": ["-y","@mcp/azure-com-cognitiveservices-personalizer"],
"env": {
"PERSONALIZER_CLIENT_API_KEY": "your_personalizer_client_api_key"
}
}
}
}Endpoints
GET
/configurations/policyGet Policy.
PUT
/configurations/policyUpdate Policy.
DELETE
/configurations/policyReset Policy.
GET
/configurations/serviceGet Service Configuration.
PUT
/configurations/serviceUpdate Service Configuration.
GET
/evaluationsList Evaluations.
POST
/evaluationsCreate Evaluation.
GET
/evaluations/{evaluationId}Get Evaluation.
DELETE
/evaluations/{evaluationId}Delete Evaluation.
POST
/events/{eventId}/activateActivate Event.