FrontDoorManagementClient Claude Desktop Config
Add the FrontDoorManagementClient 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-frontdoor": {
"command": "npx",
"args": [
"-y",
"@mcp/azure-com-frontdoor"
],
"env": {
"FRONTDOORMANAGEMENTCLIENT_API_KEY": "your_frontdoormanagementclient_api_key"
}
}
}
}Environment Variables
FRONTDOORMANAGEMENTCLIENT_API_KEYReplace your_frontdoormanagementclient_api_key with your actual frontdoormanagementclient api key
Endpoints
POST
/providers/Microsoft.Network/checkFrontDoorNameAvailabilityCheckFrontDoorNameAvailability
POST
/subscriptions/{subscriptionId}/providers/Microsoft.Network/checkFrontDoorNameAvailabilityCheckFrontDoorNameAvailabilityWithSubscription
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Network/frontDoorsFrontDoors_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoorsFrontDoors_ListByResourceGroup
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}FrontDoors_Get
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}FrontDoors_CreateOrUpdate
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}FrontDoors_Delete
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/frontendEndpointsFrontendEndpoints_ListByFrontDoor
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/frontendEndpoints/{frontendEndpointName}FrontendEndpoints_Get
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/frontendEndpoints/{frontendEndpointName}/disableHttpsFrontendEndpoints_DisableHttps