Engagement.ManagementClient Claude Desktop Config
Add the Engagement.ManagementClient 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-mobileengagement-mobile-engagement": {
"command": "npx",
"args": [
"-y",
"@mcp/azure-com-mobileengagement-mobile-engagement"
],
"env": {
"ENGAGEMENT_MANAGEMENTCLIENT_API_KEY": "your_engagement_managementclient_api_key"
}
}
}
}Environment Variables
ENGAGEMENT_MANAGEMENTCLIENT_API_KEYReplace your_engagement_managementclient_api_key with your actual engagement managementclient api key
Endpoints
GET
/subscriptions/{subscriptionId}/providers/Microsoft.MobileEngagement/appCollectionsAppCollections_List
POST
/subscriptions/{subscriptionId}/providers/Microsoft.MobileEngagement/checkAppCollectionNameAvailabilityAppCollections_CheckNameAvailability
GET
/subscriptions/{subscriptionId}/providers/Microsoft.MobileEngagement/supportedPlatformsSupportedPlatforms_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileEngagement/appcollections/{appCollection}/appsApps_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileEngagement/appcollections/{appCollection}/apps/{appName}/campaigns/{kind}Campaigns_List
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileEngagement/appcollections/{appCollection}/apps/{appName}/campaigns/{kind}Campaigns_Create
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileEngagement/appcollections/{appCollection}/apps/{appName}/campaigns/{kind}/testCampaigns_TestNew
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileEngagement/appcollections/{appCollection}/apps/{appName}/campaigns/{kind}/{id}Campaigns_Get
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileEngagement/appcollections/{appCollection}/apps/{appName}/campaigns/{kind}/{id}Campaigns_Update
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileEngagement/appcollections/{appCollection}/apps/{appName}/campaigns/{kind}/{id}Campaigns_Delete