Skip to content
MCP-Bridge
Cloud Infrastructure

Engagement.ManagementClient Claude Desktop Config

Add the Engagement.ManagementClient MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. 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_KEY

Replace your_engagement_managementclient_api_key with your actual engagement managementclient api key

Endpoints

GET/subscriptions/{subscriptionId}/providers/Microsoft.MobileEngagement/appCollections

AppCollections_List

POST/subscriptions/{subscriptionId}/providers/Microsoft.MobileEngagement/checkAppCollectionNameAvailability

AppCollections_CheckNameAvailability

GET/subscriptions/{subscriptionId}/providers/Microsoft.MobileEngagement/supportedPlatforms

SupportedPlatforms_List

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileEngagement/appcollections/{appCollection}/apps

Apps_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}/test

Campaigns_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