Skip to content
MCP-Bridge
Developer Tools

EngagementFabric Claude Desktop Config

Add the EngagementFabric 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-engagementfabric-engagementfabric": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/azure-com-engagementfabric-engagementfabric"
      ],
      "env": {
        "ENGAGEMENTFABRIC_API_KEY": "your_engagementfabric_api_key"
      }
    }
  }
}

Environment Variables

ENGAGEMENTFABRIC_API_KEY

Replace your_engagementfabric_api_key with your actual engagementfabric api key

Endpoints

GET/providers/Microsoft.EngagementFabric/operations

List operation of EngagementFabric resources

GET/subscriptions/{subscriptionId}/providers/Microsoft.EngagementFabric/Accounts

List the EngagementFabric accounts in given subscription

GET/subscriptions/{subscriptionId}/providers/Microsoft.EngagementFabric/skus

List available SKUs of EngagementFabric resource

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EngagementFabric/Accounts

List EngagementFabric accounts in given resource group

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EngagementFabric/Accounts/{accountName}

Get the EngagementFabric account

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EngagementFabric/Accounts/{accountName}

Create or Update the EngagementFabric account

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EngagementFabric/Accounts/{accountName}

Delete the EngagementFabric account

PATCH/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EngagementFabric/Accounts/{accountName}

Update EngagementFabric account

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EngagementFabric/Accounts/{accountName}/Channels

List the EngagementFabric channels

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EngagementFabric/Accounts/{accountName}/Channels/{channelName}

Get the EngagementFabric channel